Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64691
Collapse All | Expand All

(-)configure.in.in (-1 / +6 lines)
Lines 1-3 Link Here
1
AC_ARG_ENABLE(wifi,[  --disable-wifi    don't compile in wireless support],enable_wifi="$enableval",enable_wifi=no)
2
1
AC_LANG_SAVE
3
AC_LANG_SAVE
2
AC_LANG_CPLUSPLUS
4
AC_LANG_CPLUSPLUS
3
AC_MSG_CHECKING([if wireless tools >= 25 are installed])
5
AC_MSG_CHECKING([if wireless tools >= 25 are installed])
Lines 16-22 AC_TRY_COMPILE( Link Here
16
		AC_MSG_RESULT(no)
18
		AC_MSG_RESULT(no)
17
)
19
)
18
20
19
if test "$kde_libiw_installed" = "no"; then
21
if test "$kde_libiw_installed" = "no" || test "$enable_wifi" = "no"; then
20
	DO_NOT_COMPILE="$DO_NOT_COMPILE wifi"
22
	DO_NOT_COMPILE="$DO_NOT_COMPILE wifi"
21
fi
23
fi
22
24
Lines 57-59 AC_TRY_COMPILE( Link Here
57
)
59
)
58
60
59
AC_LANG_RESTORE
61
AC_LANG_RESTORE
62
63
AM_CONDITIONAL(HAS_ARTS, test x$have_arts = xyes)
64

Return to bug 64691