summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-01-02 23:57:58 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2022-01-03 01:42:05 -0500
commitc7c342017f3876b3277ab231bc8b49b55c86683e (patch)
tree20bf5305ba3281732a69ab86b1307d8210e4e165 /configure.ac
parentd8bceb1472fddfab56437449a5be65341a3b4454 (diff)
downloadlighttpd-git-c7c342017f3876b3277ab231bc8b49b55c86683e.tar.gz
[build] feature consistency between build types
upate config.h.cmake for missing defines minor adjustments to other builds for features consistency
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
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 \