From 5a8e20476b93515b8e69f7e1c8f659ab3dc55a8f Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Sat, 28 Jun 2003 16:20:00 +0000 Subject: Add third argument to AC_DEFINE. svn path=/trunk/; revision=21564 --- macros/gnome-x-checks.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macros/gnome-x-checks.m4') 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="" -- cgit