aboutsummaryrefslogtreecommitdiffstats
path: root/macros/gnome-x-checks.m4
diff options
context:
space:
mode:
authorSebastian Rittau <srittau@src.gnome.org>2003-06-29 00:20:00 +0800
committerSebastian Rittau <srittau@src.gnome.org>2003-06-29 00:20:00 +0800
commit5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f (patch)
treed87266d0813b8d419277195f9c82a169ed211322 /macros/gnome-x-checks.m4
parent63c17f1684e715c5312c8cdca357e76ff623d3a5 (diff)
downloadgsoc2013-evolution-5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f.tar
gsoc2013-evolution-5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f.tar.gz
gsoc2013-evolution-5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f.tar.bz2
gsoc2013-evolution-5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f.tar.lz
gsoc2013-evolution-5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f.tar.xz
gsoc2013-evolution-5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f.tar.zst
gsoc2013-evolution-5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f.zip
Add third argument to AC_DEFINE.
svn path=/trunk/; revision=21564
Diffstat (limited to 'macros/gnome-x-checks.m4')
-rw-r--r--macros/gnome-x-checks.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-x-checks.m4 b/macros/gnome-x-checks.m4
index 1e397ef8e3..2702a93301 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=""