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

patched to comply to the up-to-date autoconf

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404046
This commit is contained in:
Sam Lantinga 2009-10-10 18:37:35 +00:00
parent 5095178f48
commit 345698f187

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])