Add third argument to AC_DEFINE.
svn path=/trunk/; revision=21564
This commit is contained in:
parent
63c17f1684
commit
5a8e20476b
@ -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
|
||||
|
@ -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=""
|
||||
|
Loading…
Reference in New Issue
Block a user