summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-05 04:57:24 +0000
committerDana Jansens <danakj@orodu.net>2003-07-05 04:57:24 +0000
commit3bca76453f44fa501aee172ee3d1bec39b5efb1c (patch)
tree3765cc309e56ba3cc454c85efa6b4f73613be13a
parentc6945c13975b4b96463816a58f5185b4c49cdc9c (diff)
coment the USE_LIBSN defined variable
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index e33f375d..11b23b79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -51,7 +51,7 @@ AC_SUBST(XML_LIBS)
PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0],
[
- AC_DEFINE(USE_LIBSN)
+ AC_DEFINE(USE_LIBSN, [1], [Use startup-notification])
AC_SUBST(LIBSN_CFLAGS)
AC_SUBST(LIBSN_LIBS)
],