Matěj Týč 2009-10-05 14:09:03 PDT

patched to comply to the up-to-date autoconf
This commit is contained in:
Sam Lantinga
2009-10-10 18:37:35 +00:00
parent 696387e501
commit 8cdbbc931c

View File

@@ -8,7 +8,7 @@ YES_IS_DEFINED
], 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])