Commit 345698f1 authored by Sam Lantinga's avatar Sam Lantinga

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
parent 5095178f
......@@ -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])
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment