hal ChangeLog,1.156,1.157 configure.in,1.23,1.24
Joe Shaw
joe at pdx.freedesktop.org
Mon Jun 7 11:12:12 PDT 2004
Update of /cvs/hal/hal
In directory pdx:/tmp/cvs-serv27319
Modified Files:
ChangeLog configure.in
Log Message:
2004-06-07 Joe Shaw <joeshaw at novell.com>
* configure.in: Remove the iwlib dependency.
* hald/linux/net_class_device.c: Remove the wireless properties.
This stuff is better suited to a library like iwlib
(net_class_pre_process): But still check for the existence of the
"wireless" directory and set the net.ethernet.80211 capability if
it's there.
Index: ChangeLog
===================================================================
RCS file: /cvs/hal/hal/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- a/ChangeLog 7 Jun 2004 17:59:35 -0000 1.156
+++ b/ChangeLog 7 Jun 2004 18:12:10 -0000 1.157
@@ -1,5 +1,13 @@
2004-06-07 Joe Shaw <joeshaw at novell.com>
+ * configure.in: Remove the iwlib dependency.
+
+ * hald/linux/net_class_device.c: Remove the wireless properties.
+ This stuff is better suited to a library like iwlib
+ (net_class_pre_process): But still check for the existence of the
+ "wireless" directory and set the net.ethernet.80211 capability if
+ it's there.
+
* hald/hald_conf.c: Remove deprecated use of a label at the end of
a function and just return instead of goto'ing there.
Index: configure.in
===================================================================
RCS file: /cvs/hal/hal/configure.in,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- a/configure.in 7 Jun 2004 17:34:12 -0000 1.23
+++ b/configure.in 7 Jun 2004 18:12:10 -0000 1.24
@@ -156,19 +156,6 @@
AC_CHECK_HEADERS(expat.h)
AC_CHECK_LIB(expat,XML_ParserCreate)
-# Look for iwlib
-AC_ARG_ENABLE(iwlib, [ --enable-iwlib require building with wireless extensions in iwlib],require_iwlib=$enableval,require_iwlib=no)
-
-AC_CHECK_HEADERS(iwlib.h,[AC_CHECK_LIB(iw,iw_sockets_open,PACKAGE_LIBS="$PACKAGE_LIBS -liw")])
-
-if test x$ac_cv_lib_iw_iw_sockets_open = xyes; then
- AC_DEFINE(HAVE_IWLIB,1,[Have iwlib for wireless network support])
-else
- if test x$require_iwlib != xno; then
- AC_ERROR(cannot find iwlib)
- fi
-fi
-
dnl DBUS API is subject to changes
AC_DEFINE_UNQUOTED(DBUS_API_SUBJECT_TO_CHANGE, ,DBUS API is subject to change)
AC_SUBST(PACKAGE_CFLAGS)
More information about the hal-commit
mailing list