From: Dana Jansens Date: Sat, 5 Jul 2003 04:57:24 +0000 (+0000) Subject: coment the USE_LIBSN defined variable X-Git-Url: https://git.dogcows.com/gitweb?a=commitdiff_plain;h=3bca76453f44fa501aee172ee3d1bec39b5efb1c;p=chaz%2Fopenbox coment the USE_LIBSN defined variable --- 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) ],