[Galago-commits] r2941 - trunk/notification-daemon

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sun Nov 5 12:18:57 PST 2006


Author: chipx86
Date: 2006-11-05 12:18:31 -0800 (Sun, 05 Nov 2006)
New Revision: 2941

Modified:
   trunk/notification-daemon/ChangeLog
   trunk/notification-daemon/configure.ac
Log:
Patch by compnerd to drop the check for popt during configure, as we no longer use it. This closes bug #88.


Modified: trunk/notification-daemon/ChangeLog
===================================================================
--- trunk/notification-daemon/ChangeLog	2006-11-05 20:17:25 UTC (rev 2940)
+++ trunk/notification-daemon/ChangeLog	2006-11-05 20:18:31 UTC (rev 2941)
@@ -1,3 +1,9 @@
+Sun Nov 05 12:18:00 PST 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* configure.ac:
+	  - Patch by compnerd to drop the check for popt during configure, as we
+	    no longer use it. This closes bug #88.
+
 Sun Nov 05 12:17:07 PST 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	A src/capplet/Makefile.am:

Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac	2006-11-05 20:17:25 UTC (rev 2940)
+++ trunk/notification-daemon/configure.ac	2006-11-05 20:18:31 UTC (rev 2941)
@@ -73,8 +73,6 @@
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
 AM_GLIB_GNU_GETTEXT
 
-AC_CHECK_LIB([popt], [poptGetArg], , AC_MSG_ERROR([Popt is required]))
-
 REQ_GTK_VERSION=2.4.0
 REQ_GLIB_VERSION=$REQ_GTK_VERSION
 REQ_SEXY_VERSION=0.1.3



More information about the galago-commits mailing list