We don't check for lauxlib.h or lualib.h, and we don't need to - we just

check whether we have Lua or not.  Get rid of the cmakedefines for those
two headers.  (The autoconf script should perhaps do the check
differently.)

svn path=/trunk/; revision=52533
This commit is contained in:
Guy Harris 2013-10-11 06:48:45 +00:00
parent 059423c27a
commit 3179493814
1 changed files with 0 additions and 6 deletions

View File

@ -105,9 +105,6 @@
/* Define if krb5.h defines KEYTYPE_ARCFOUR_56 */
#cmakedefine HAVE_KEYTYPE_ARCFOUR_56 1
/* Define to 1 if you have the <lauxlib.h> header file. */
#cmakedefine HAVE_LAUXLIB_H 1
/* Define to use the libcap library */
#cmakedefine HAVE_LIBCAP 1
@ -144,9 +141,6 @@
/* Define to use Lua */
#cmakedefine HAVE_LUA 1
/* Define to 1 if you have the <lualib.h> header file. */
#cmakedefine HAVE_LUALIB_H 1
/* Define to 1 if you have the <lua.h> header file. */
#cmakedefine HAVE_LUA_H 1