aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-09-12 17:20:08 +0000
committerJörg Mayer <jmayer@loplof.de>2009-09-12 17:20:08 +0000
commit7eed375f9d49f1ace37b331d3cd330d51d2d2a80 (patch)
tree9b80e144f6776e7535e245c1475b74c549b0e403 /ConfigureChecks.cmake
parentdeae5061be2dd89945be7c955577c6f8653a0124 (diff)
Make building with GeoIP, Python, Capabilities and c-ares
actually work. svn path=/trunk/; revision=29870
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)