From c7c342017f3876b3277ab231bc8b49b55c86683e Mon Sep 17 00:00:00 2001 From: Glenn Strauss Date: Sun, 2 Jan 2022 23:57:58 -0500 Subject: [build] feature consistency between build types upate config.h.cmake for missing defines minor adjustments to other builds for features consistency --- configure.ac | 2 -- 1 file changed, 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 35ed0a3e..2f58e206 100644 --- a/configure.ac +++ b/configure.ac @@ -1459,7 +1459,6 @@ if test "$WITH_LUA" != no; then fi fi - AC_DEFINE([HAVE_LUA], [1], [liblua]) AC_DEFINE([HAVE_LUA_H], [1], [lua.h]) AC_SUBST([LUA_LIBS]) AC_SUBST([LUA_CFLAGS]) @@ -1549,7 +1548,6 @@ AC_CHECK_FUNCS([\ memset_s \ mkostemp \ mmap \ - pathconf \ pipe2 \ poll \ port_create \ -- cgit v1.2.1