aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2013-10-05 21:56:23 +0000
committerJörg Mayer <jmayer@loplof.de>2013-10-05 21:56:23 +0000
commit07a5c7442f9bccfd6cdee15fc21850a815c737bb (patch)
tree185369a53b0ce930cda2c7184264c12a19ffcee8 /ConfigureChecks.cmake
parentf303dfdd05dec26973fa669cf9c71465190b9d45 (diff)
Invert NEED_INET_ATON_H to HAVE_INET_ATON_H
Remove unused NEED_G_ASCII_STRTOULL_H svn path=/trunk/; revision=52385
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake5
1 files changed, 1 insertions, 4 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index a8d319bd75..9537a0c727 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -21,8 +21,6 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
#
-# todo: result for NEED_... is wrong (inverted)
-
#check system for includes
include(CheckIncludeFile)
check_include_file("arpa/inet.h" HAVE_ARPA_INET_H)
@@ -33,8 +31,7 @@ check_include_file("dlfcn.h" HAVE_DLFCN_H)
check_include_file("fcntl.h" HAVE_FCNTL_H)
check_include_file("getopt.h" HAVE_GETOPT_H)
check_include_file("grp.h" HAVE_GRP_H)
-check_include_file("g_ascii_strtoull.h" NEED_G_ASCII_STRTOULL_H)
-check_include_file("inet/aton.h" NEED_INET_ATON_H)
+check_include_file("inet/aton.h" HAVE_INET_ATON_H)
check_include_file("inttypes.h" HAVE_INTTYPES_H)
check_include_file("lauxlib.h" HAVE_LAUXLIB_H)
check_include_file("memory.h" HAVE_MEMORY_H)