Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 462030 | Differences between
and this patch

Collapse All | Expand All

(-)wireshark-1.9.1/configure.ac.orig (+6 lines)
Lines 246-252 Link Here
246
                  [use Qt instead of GTK+ @<:@default=no@:>@]),
246
                  [use Qt instead of GTK+ @<:@default=no@:>@]),
247
  with_qt="$withval", with_qt="no")
247
  with_qt="$withval", with_qt="no")
248
248
249
AC_ARG_ENABLE(libnl,
250
  AC_HELP_STRING( [--enable-libnl],
251
                  [use libnl (default: yes)]),
252
    enable_libnl=$enableval,enable_libnl=yes)
249
libnl_message="no"
253
libnl_message="no"
254
if test x$enable_libnl = xyes; then
250
PKG_CHECK_MODULES(LIBNL3, [libnl-route-3.0 >= 3.0 libnl-genl-3.0] >= 3.0, [have_libnl3=yes], [have_libnl3=no])
255
PKG_CHECK_MODULES(LIBNL3, [libnl-route-3.0 >= 3.0 libnl-genl-3.0] >= 3.0, [have_libnl3=yes], [have_libnl3=no])
251
PKG_CHECK_MODULES(LIBNL2, libnl-2.0 >= 2.0, [have_libnl2=yes], [have_libnl2=no])
256
PKG_CHECK_MODULES(LIBNL2, libnl-2.0 >= 2.0, [have_libnl2=yes], [have_libnl2=no])
252
PKG_CHECK_MODULES(LIBNL1, libnl-1 >= 1.0, [have_libnl1=yes], [have_libnl1=no])
257
PKG_CHECK_MODULES(LIBNL1, libnl-1 >= 1.0, [have_libnl1=yes], [have_libnl1=no])
Lines 272-277 Link Here
272
	libnl_message="yes (v1)"
277
	libnl_message="yes (v1)"
273
	enable_airpcap=no
278
	enable_airpcap=no
274
fi
279
fi
280
fi
275
281
276
AC_MSG_CHECKING([if nl80211.h is new enough])
282
AC_MSG_CHECKING([if nl80211.h is new enough])
277
  AC_TRY_COMPILE([#include <linux/nl80211.h>],
283
  AC_TRY_COMPILE([#include <linux/nl80211.h>],

Return to bug 462030