Wireshark-commits: [Wireshark-commits] rev 48402: /trunk/ /trunk/: configure.ac

Date: Mon, 18 Mar 2013 21:33:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=48402

User: guy
Date: 2013/03/18 02:33 PM

Log:
 Don't bother doing any of the Linux-specific libnl or nl80211 checks on
 non-Linux systems.  Warn the user if they specified --with-libnl on one
 of those systems.
 
 Allow the user to specify a particular libnl version with --with-libnl. 
 If the user specifies --with-libnl=VERSION, and that libnl version isn't
 found, fail.  No need to have an explicit "auto" argument - that's the
 default.
 
 Fix a typo in a definition message.

Directory: /trunk/
  Changes    Path            Action
  +107 -48   configure.ac    Modified