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

James Westby jamesw at xfce.org
Sun Jan 7 23:46:21 CET 2007


Author: jamesw
Date: 2007-01-07 22:46:21 +0000 (Sun, 07 Jan 2007)
New Revision: 2314

Modified:
   xfce4-wavelan-plugin/trunk/ChangeLog
   xfce4-wavelan-plugin/trunk/configure.in.in
Log:
	* Fix an autoconf problem that needed sys/socket.h including before
	  linux/wireless.h in its test program.


Modified: xfce4-wavelan-plugin/trunk/ChangeLog
===================================================================
--- xfce4-wavelan-plugin/trunk/ChangeLog	2007-01-07 22:45:22 UTC (rev 2313)
+++ xfce4-wavelan-plugin/trunk/ChangeLog	2007-01-07 22:46:21 UTC (rev 2314)
@@ -1,3 +1,8 @@
+2007-01-07 22:45  james
+
+	* Fix an autoconf problem that needed sys/socket.h including before
+	  linux/wireless.h in its test program.
+
 2007-01-07 16:49  james
 
 	* Add an option to make the panel icon square.

Modified: xfce4-wavelan-plugin/trunk/configure.in.in
===================================================================
--- xfce4-wavelan-plugin/trunk/configure.in.in	2007-01-07 22:45:22 UTC (rev 2313)
+++ xfce4-wavelan-plugin/trunk/configure.in.in	2007-01-07 22:46:21 UTC (rev 2314)
@@ -41,7 +41,7 @@
 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 \
-                  ctype.h])
+                  ctype.h], [], [], [#include <sys/socket.h>])
 
 dnl Check for i18n support
 XDT_I18N([@LINGUAS@])




More information about the Goodies-commits mailing list