summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@src.gnome.org>2003-09-19 13:46:56 +0000
committerAlexander Larsson <alexl@src.gnome.org>2003-09-19 13:46:56 +0000
commit860c64287322f390f631e72b4f3de71ded89e45e (patch)
treee521429188462e4446c632b5bd4b6f333e589995
parent2f0eea70970e1ac87b31babf5c4d5f5131359214 (diff)
downloadgnome-common-ALEX_DAEMON.tar.gz
update to ALEX_DAEMON_MERGEPOINT1ALEX_DAEMON
svn path=/branches/ALEX_DAEMON/; revision=3056
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome-x-checks.m42
2 files changed, 5 insertions, 1 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index 72c1287..b66b43a 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -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
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=""