From cad3dd2887db52490149b48e5a108b55ff6d2c4e Mon Sep 17 00:00:00 2001 From: Diego Elio 'Flameeyes' Pettenò Date: Thu, 5 Mar 2009 13:59:53 +0100 Subject: Make sure to set 'no' on the variable cached. --- m4/attributes.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/attributes.m4 b/m4/attributes.m4 index 9c4a0c89..65f83788 100644 --- a/m4/attributes.m4 +++ b/m4/attributes.m4 @@ -63,7 +63,7 @@ AC_DEFUN([CC_CHECK_LDFLAGS], [ LDFLAGS="$LDFLAGS $1" AC_LINK_IFELSE([int main() { return 1; }], [eval "AS_TR_SH([cc_cv_ldflags_$1])='yes'"], - [eval "AS_TR_SH([cc_cv_ldflags_$1])="]) + [eval "AS_TR_SH([cc_cv_ldflags_$1])='no'"]) LDFLAGS="$ac_save_LDFLAGS" ]) -- cgit