libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macro
authorMichael Adam <obnox@samba.org>
Fri, 14 Oct 2011 12:05:09 +0000 (14:05 +0200)
committerKarolin Seeger <kseeger@samba.org>
Wed, 3 Jul 2013 08:33:00 +0000 (10:33 +0200)
commite98d3b7648fe298f03e408ab91b8b53904bab8ca
tree1ca607ec5dd555bd1b219525e1bfb2c68f94397a
parent006ba0cc73a3fe484452f594a25dd3bfee9b39fd
libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macro

Without this eval, upon test success the corresponding actions
(like defining corresponding variables) are not taken.

Found by Timur I. Bakeyev, and based on his patch for 3.5.
(cherry picked from commit 0ef506d4f31d206c300e4f3f326edac2b60bdc15)
lib/replace/libreplace_macros.m4