[Goodies-commits] r2329 - xfce4-wavelan-plugin/trunk

James Westby jamesw at xfce.org
Tue Jan 9 21:26:51 CET 2007


Author: jamesw
Date: 2007-01-09 20:26:51 +0000 (Tue, 09 Jan 2007)
New Revision: 2329

Modified:
   xfce4-wavelan-plugin/trunk/ChangeLog
   xfce4-wavelan-plugin/trunk/configure.in.in
Log:
	* Add a check for libxfce4util in ./configure as it is possible to have
	  the panel headers without the util headers. I haven't used libs and 
		cflags which is probably a bug.


Modified: xfce4-wavelan-plugin/trunk/ChangeLog
===================================================================
--- xfce4-wavelan-plugin/trunk/ChangeLog	2007-01-09 19:00:37 UTC (rev 2328)
+++ xfce4-wavelan-plugin/trunk/ChangeLog	2007-01-09 20:26:51 UTC (rev 2329)
@@ -1,3 +1,9 @@
+2207-01-09 20:24  james
+
+	* Add a check for libxfce4util in ./configure as it is possible to have
+	  the panel headers without the util headers. I haven't used libs and 
+		cflags which is probably a bug.
+
 2007-01-09 00:04  james
 
 	* Fix a bug in which the signal strength was incorrectly calculated, due to

Modified: xfce4-wavelan-plugin/trunk/configure.in.in
===================================================================
--- xfce4-wavelan-plugin/trunk/configure.in.in	2007-01-09 19:00:37 UTC (rev 2328)
+++ xfce4-wavelan-plugin/trunk/configure.in.in	2007-01-09 20:26:51 UTC (rev 2329)
@@ -47,6 +47,7 @@
 XDT_I18N([@LINGUAS@])
 
 dnl configure the panel plugin
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.20])
 XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.20])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
 




More information about the Goodies-commits mailing list