coment the USE_LIBSN defined variable
This commit is contained in:
parent
c6945c1397
commit
3bca76453f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue