changeset 3374:725b16784e96

Matěj Týč 2009-10-05 14:09:03 PDT patched to comply to the up-to-date autoconf
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 18:37:35 +0000
parents 5dc34052ee6c
children dd105b317335
files acinclude/ac_check_define.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/acinclude/ac_check_define.m4	Sat Oct 10 17:07:49 2009 +0000
+++ b/acinclude/ac_check_define.m4	Sat Oct 10 18:37:35 2009 +0000
@@ -8,7 +8,7 @@
     ], ac_cv_define_$1=yes, ac_cv_define_$1=no)
   )
   if test "$ac_cv_define_$1" = "yes" ; then
-    AC_DEFINE(HAVE_$1)
+    AC_DEFINE([HAVE_$1],[],[Added by AC_CHECK_DEFINE])
   fi
 ])dnl
-AC_DEFINE(HAVE_$1)
+AC_DEFINE([HAVE_$1],[],[Added by AC_CHECK_DEFINE])