yikes, fix editing fail, thanks norsetto
authorPavel Labath <pavelo@centrum.sk>
Sat, 13 Mar 2010 00:14:30 +0000 (01:14 +0100)
committerPavel Labath <pavelo@centrum.sk>
Sat, 13 Mar 2010 00:14:30 +0000 (01:14 +0100)
configure.ac.in

index ffa38a4..d68f088 100644 (file)
@@ -543,7 +543,7 @@ AC_ARG_ENABLE([wlan],
 
 AM_CONDITIONAL(BUILD_WLAN, test x$want_wlan = xyes)
 if test x$want_wlan = xyes; then
-  AC_CHECK_HEADERS([wlib.h], [], AC_MSG_ERROR([iwlib.h header not found]))
+  AC_CHECK_HEADERS([iwlib.h], [], AC_MSG_ERROR([iwlib.h header not found]))
   AC_CHECK_LIB([iw], [iw_sockets_open], [conky_LIBS="-liw $conky_LIBS"],
                AC_MSG_ERROR([iw_sockets_open not found]), [$conky_LIBS])
   AC_DEFINE(HAVE_IWLIB, 1, [Define if you want wireless support])