libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macro
commit0ef506d4f31d206c300e4f3f326edac2b60bdc15
authorMichael Adam <obnox@samba.org>
Fri, 14 Oct 2011 12:05:09 +0000 (14 14:05 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 14 Oct 2011 13:11:16 +0000 (14 15:11 +0200)
treeeb577008e9cce6567b90e900f05583c6f4f688ab
parentdf9c4b070288eaa36d775b5a3574440b20168307
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.
lib/replace/libreplace_macros.m4