diff configure.ac @ 31760:02b0fbc627c0

merge of '385542a8270ac30d2121b533494264a28cd04423' and '99c20d86165b24daadeb247977bbb6d4b80b94bf'
author Mark Doliner <mark@kingant.net>
date Mon, 07 Mar 2011 06:43:26 +0000
parents e81c1e7ed278
children 18ca4a90842f
line wrap: on
line diff
--- a/configure.ac	Mon Mar 07 06:42:57 2011 +0000
+++ b/configure.ac	Mon Mar 07 06:43:26 2011 +0000
@@ -541,27 +541,6 @@
 	fi
 
 	dnl #######################################################################
-	dnl # Check for startup notification
-	dnl #######################################################################
-	if test "x$enable_startup_notification" = "xyes"; then
-		PKG_CHECK_MODULES(STARTUP_NOTIFICATION, [libstartup-notification-1.0 >= 0.5], , [
-			AC_MSG_RESULT(no)
-			enable_startup_notification="no"
-			if test "x$force_deps" = "xyes" ; then
-				AC_MSG_ERROR([
-Startup notification development headers not found.
-Use --disable-startup-notification if you do not need it.
-])
-			fi])
-
-		if test "x$enable_startup_notification" = "xyes"; then
-			AC_DEFINE(HAVE_STARTUP_NOTIFICATION, 1, [Define if we're using libstartup-notification.])
-			AC_SUBST(STARTUP_NOTIFICATION_CFLAGS)
-			AC_SUBST(STARTUP_NOTIFICATION_LIBS)
-		fi
-	fi
-
-	dnl #######################################################################
 	dnl # Check for GtkSpell
 	dnl #######################################################################
 	if test "x$enable_gtkspell" = "xyes" ; then