From 1daeb4a87f3ae3afeb6fe00c6afce9c7a04e4f9d Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 8 Feb 2011 10:55:06 +0100 Subject: [PATCH] replace: Add missing eval to m4 script MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Autobuild-User: Günther Deschner Autobuild-Date: Thu Feb 10 16:14:21 CET 2011 on sn-devel-104 (cherry picked from commit d02b5cd65574a3f0af3fa73439af251e728c87d8) --- lib/replace/libreplace_macros.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/replace/libreplace_macros.m4 b/lib/replace/libreplace_macros.m4 index 1856eacf66e..46aedd3a839 100644 --- a/lib/replace/libreplace_macros.m4 +++ b/lib/replace/libreplace_macros.m4 @@ -293,9 +293,9 @@ AC_DEFUN(AC_VERIFY_C_PROTOTYPE, $2 } ])],[ - AS_TR_SH([ac_cv_c_prototype_$1])=yes + eval AS_TR_SH([ac_cv_c_prototype_$1])=yes ],[ - AS_TR_SH([ac_cv_c_prototype_$1])=no + eval AS_TR_SH([ac_cv_c_prototype_$1])=no ]) ) AS_IF([test $AS_TR_SH([ac_cv_c_prototype_$1]) = yes],[$3],[$4]) -- 2.34.1