coment the USE_LIBSN defined variable

This commit is contained in:
Dana Jansens 2003-07-05 04:57:24 +00:00
parent c6945c1397
commit 3bca76453f

View 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)
],