]> Dogcows Code - chaz/openbox/commitdiff
coment the USE_LIBSN defined variable
authorDana Jansens <danakj@orodu.net>
Sat, 5 Jul 2003 04:57:24 +0000 (04:57 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 5 Jul 2003 04:57:24 +0000 (04:57 +0000)
configure.ac

index e33f375d19a3a89bef85c2e0c181f8f86f9f8e11..11b23b795bdc7615f20c0b7903b41cc053c96f6f 100644 (file)
@@ -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)
   ],
This page took 0.021125 seconds and 4 git commands to generate.