Add third argument to AC_DEFINE.

svn path=/trunk/; revision=21564
This commit is contained in:
Sebastian Rittau 2003-06-28 16:20:00 +00:00
parent 63c17f1684
commit 5a8e20476b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-06-28 Sebastian Rittau <srittau@jroger.in-berlin.de>
* gnome-x-checks.m4: Add third argument to AC_DEFINE.
2003-05-03 Malcolm Tredinnick <malcolm@commsecure.com.au>
* autogen.sh: Allow users to specify the binary to run instead of

View File

@ -66,7 +66,7 @@ dnl AC_MSG_RESULT("$dev_gtk")
fi
if test "$GNOME_HAVE_SM" = true; then
AC_DEFINE(HAVE_LIBSM)
AC_DEFINE(HAVE_LIBSM,, [Define if you have libSM.])
fi
XPM_LIBS=""