aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-12 17:20:08 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-12 17:20:08 +0000
commitb4ed6c5aa50888568ff0b20b11b2b30b282de285 (patch)
tree9b80e144f6776e7535e245c1475b74c549b0e403 /ConfigureChecks.cmake
parent32236594d7df59a877ab0336ce288d486e9cddfc (diff)
Make building with GeoIP, Python, Capabilities and c-ares
actually work. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29870 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index b8fb94bd2d..6e728cef58 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -1,3 +1,6 @@
+# todo: result for NEED_... is wrong (inverted), at least
+# in the case of getopt
+
#check system for includes
include(CheckIncludeFile)
check_include_file("arpa/inet.h" HAVE_ARPA_INET_H)