From d02b5cd65574a3f0af3fa73439af251e728c87d8 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 8 Feb 2011 10:55:06 +0100 Subject: replace: Add missing eval to m4 script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Autobuild-User: Günther Deschner Autobuild-Date: Thu Feb 10 16:14:21 CET 2011 on sn-devel-104 --- lib/replace/libreplace_macros.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/replace') diff --git a/lib/replace/libreplace_macros.m4 b/lib/replace/libreplace_macros.m4 index 1856eacf66..46aedd3a83 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]) -- cgit