Wireshark-commits: [Wireshark-commits] rev 44851: /trunk/ /trunk/: ConfigureChecks.cmake

Date: Mon, 10 Sep 2012 18:35:56 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=44851

User: jmayer
Date: 2012/09/10 11:35 AM

Log:
 Make the check for NL80211_CMD_SET_CHANNEL work by copying
 the logic of the autofoo test.
 Using Cmake's check_symbol_exists is not an option as it will
 not work for enums and types. As this is documented in the manpage
 this is to be considered a feature and not a bug.

Directory: /trunk/
  Changes    Path                     Action
  +14 -3     ConfigureChecks.cmake    Modified