summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Rittau <srittau@src.gnome.org>2003-06-28 15:51:39 +0000
committerSebastian Rittau <srittau@src.gnome.org>2003-06-28 15:51:39 +0000
commit68dcfae42ff89002c03f90963665163f1919d100 (patch)
tree2251de886120ca8b0fec6ad6e01cb1dba902d712
parent7eca26730c1c66bdc83e0ebb61fd44b2819c0094 (diff)
downloadgnome-common-gnome-pim-1-4.tar.gz
Added third argument to AC_DEFINE for GNOME_SM_CHECK.gnome-pim-1-4
svn path=/branches/gnome-pim-1-4/; revision=2909
-rw-r--r--macros/ChangeLog5
-rw-r--r--macros/gnome-x-checks.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index c3796fe..9bfcfab 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,8 @@
+2003-06-28 Sebastian Rittau <srittau@jroger.in-berlin.de>
+
+ * gnome-x-checks.m4: Add third argument to AC_DEFINE for
+ GNOME_HAVE_LIBSM.
+
2002-05-15 JP Rosevear <jpr@ximian.com>
* gnome-pilot.m4: Fix quoting for AC_MSG_*
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4
index 1e397ef..2702a93 100644
--- a/macros/gnome-x-checks.m4
+++ b/macros/gnome-x-checks.m4
@@ -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=""