Add third argument to AC_DEFINE.
authorSebastian Rittau <srittau@src.gnome.org>
Sat, 28 Jun 2003 16:20:00 +0000 (16:20 +0000)
committerSebastian Rittau <srittau@src.gnome.org>
Sat, 28 Jun 2003 16:20:00 +0000 (16:20 +0000)
svn path=/trunk/; revision=2910

macros/ChangeLog
macros/gnome-x-checks.m4

index 72c1287..b66b43a 100644 (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
index 1e397ef..2702a93 100644 (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=""