From 5b0a6e5214a69ba2c660242838526e56d5d8ee20 Mon Sep 17 00:00:00 2001 From: jorn Date: Sun, 17 Jun 2007 13:56:01 +0000 Subject: 2007-06-17 Jorn Baayen * applets/Makefile.am: * configure.ac: Don't build startup applet if libsn is not available. Fixes #613. git-svn-id: https://svn.o-hand.com/repos/matchbox/trunk/matchbox-panel-2@1569 b067294f-1dea-0310-9683-c47a78595994 --- configure.ac | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.ac') 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], -- cgit v1.2.2-1-g5e49