Changeset 91
- Timestamp:
- 11/11/06 18:37:51 (2 years ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
configure (modified) (1 diff)
-
configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure
r90 r91 19990 19990 19991 19991 19992 if test "$ cygwin" = "yes"; then19992 if test "$linux" = "yes"; then 19993 19993 { echo "$as_me:$LINENO: checking that linux/wireless.h is what we expect" >&5 19994 19994 echo $ECHO_N "checking that linux/wireless.h is what we expect... $ECHO_C" >&6; } -
trunk/configure.in
r90 r91 114 114 115 115 dnl Look for linux kernel wireless headers 116 if test "$ cygwin" = "yes"; then116 if test "$linux" = "yes"; then 117 117 AC_MSG_CHECKING(that linux/wireless.h is what we expect) 118 118 AC_LINK_IFELSE([AC_LANG_PROGRAM([[
