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

James Westby jamesw at xfce.org
Wed Jan 10 20:08:14 CET 2007


Author: jamesw
Date: 2007-01-10 19:08:14 +0000 (Wed, 10 Jan 2007)
New Revision: 2332

Modified:
   xfce4-wavelan-plugin/trunk/ChangeLog
   xfce4-wavelan-plugin/trunk/configure.in.in
Log:
	* Add the headers added in the last change to the checks in configure.


Modified: xfce4-wavelan-plugin/trunk/ChangeLog
===================================================================
--- xfce4-wavelan-plugin/trunk/ChangeLog	2007-01-10 19:05:02 UTC (rev 2331)
+++ xfce4-wavelan-plugin/trunk/ChangeLog	2007-01-10 19:08:14 UTC (rev 2332)
@@ -1,3 +1,7 @@
+2007-01-10 19:07  james
+
+	* Add the headers added in the last change to the checks in configure.
+
 2007-01-10 19:02  james
 
 	* Include more kernel headers in wi_linux.c as newer kernels don't

Modified: xfce4-wavelan-plugin/trunk/configure.in.in
===================================================================
--- xfce4-wavelan-plugin/trunk/configure.in.in	2007-01-10 19:05:02 UTC (rev 2331)
+++ xfce4-wavelan-plugin/trunk/configure.in.in	2007-01-10 19:08:14 UTC (rev 2332)
@@ -40,14 +40,14 @@
 dnl Check for standard header files
 AC_HEADER_STDC()
 AC_CHECK_HEADERS([math.h stdio.h stdlib.h string.h sys/types.h \
-                  sys/socket.h sys/ioctl.h linux/wireless.h string.h \
+                  sys/socket.h sys/ioctl.h linux/types.h linux/if.h \
+                  linux/wireless.h string.h \
                   ctype.h], [], [], [#include <sys/socket.h>])
 
 dnl Check for i18n support
 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