Make all AC_DEFINEs define 1

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13604 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2002-05-07 22:16:08 +00:00
parent c805754c59
commit 66e39b5fa9
5 changed files with 40 additions and 34 deletions

View file

@ -36,7 +36,7 @@ esac
])
if test $objc_cv_con_autoload = yes; then
AC_MSG_RESULT(yes)
AC_DEFINE(CON_AUTOLOAD,,[Define if constructors are automatically loaded])
AC_DEFINE(CON_AUTOLOAD,1,[Define if constructors are automatically loaded])
else
AC_MSG_RESULT(no)
fi