libreplace: add a missing "eval" to the AC_VERIFY_C_PROTOTYPE macro
commit5d6f7502e34fa25c146b28ecacf49841b8f2c7f7
authorMichael Adam <obnox@samba.org>
Fri, 14 Oct 2011 12:05:09 +0000 (14 14:05 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 12 Aug 2013 07:09:44 +0000 (12 09:09 +0200)
treebadad132a83cadd53d51ee80d7ff8149f772992a
parentc251fed51d4c7dbfe5e48fd3cfb1d48475b0b0f3
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)
(cherry picked from commit e98d3b7648fe298f03e408ab91b8b53904bab8ca)
lib/replace/libreplace_macros.m4