Make the check for NL80211_CMD_SET_CHANNEL work by copying
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 10 Sep 2012 18:35:56 +0000 (18:35 +0000)
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>
Mon, 10 Sep 2012 18:35:56 +0000 (18:35 +0000)
commit5e88c4e76bae0fd07a89801a96e46587af2dab6e
treecb72934568f431578343f0fc9bb938222769ff5f
parent59d61147fb233d3ac1865461bb705dc116d212b1
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44851 f5534014-38df-0310-8fa8-9805f1628bb7
ConfigureChecks.cmake