aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 80d5a8e..dd35515 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,11 +26,9 @@ if test x$enable_startup_notification != xno; then
AC_MSG_ERROR([*** Required Startup Notification library not installed ***]))
AC_DEFINE(USE_LIBSN, [1], [Has Startup Notification Support])
+ AM_CONDITIONAL(HAVE_LIBSN, true)
fi
-AC_SUBST(SN_LIBS)
-AC_SUBST(SN_CFLAGS)
-
# libnotify
AC_ARG_ENABLE(libnotify,
[ --enable-libnotify enable libnotify support],