aboutsummaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-10-11 07:53:17 +0000
committerGuy Harris <guy@alum.mit.edu>2013-10-11 07:53:17 +0000
commita183a4fb62174be2d8106811d8376685c4320cc8 (patch)
treea130c8a2bae2ec27247003f77a6b469936b28651 /ConfigureChecks.cmake
parent8719cebf381fb9a289d9b690b11dbc67daee04ff (diff)
We don't need to check for lauxlib.h.
svn path=/trunk/; revision=52536
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 94dd796c98..b4402b0ab2 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -35,7 +35,6 @@ check_include_file("getopt.h" HAVE_GETOPT_H)
check_include_file("grp.h" HAVE_GRP_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)
check_include_file("netinet/in.h" HAVE_NETINET_IN_H)
check_include_file("netdb.h" HAVE_NETDB_H)