summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2021-01-17 18:24:52 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2021-01-17 18:24:52 +0000
commitb18834be8aadbf133206e5db256d76acac398da7 (patch)
tree6d1a20a169e16b61a5ac876eb1ac87163e54e671
parent032723c8740710cd34bdf6e7a0124f8fb18f6d70 (diff)
Revert "Set CFLAGS also."
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index d18a584d..e70e3147 100644
--- a/configure.ac
+++ b/configure.ac
@@ -190,8 +190,6 @@ PKG_CHECK_MODULES(
[
AM_CPPFLAGS="$LIBEVENT_CFLAGS $AM_CPPFLAGS"
CPPFLAGS="$AM_CPPFLAGS $SAVED_CPPFLAGS"
- AM_CFLAGS="$LIBEVENT_CFLAGS $AM_CFLAGS"
- CFLAGS="$AM_CFLAGS $SAVED_CFLAGS"
LIBS="$LIBEVENT_LIBS $LIBS"
found_libevent=yes
],
@@ -231,8 +229,6 @@ PKG_CHECK_MODULES(
if test "x$found_ncurses" = xyes; then
AM_CPPFLAGS="$LIBNCURSES_CFLAGS $LIBTINFO_CFLAGS $AM_CPPFLAGS"
CPPFLAGS="$LIBNCURSES_CFLAGS $LIBTINFO_CFLAGS $SAVED_CPPFLAGS"
- AM_CFLAGS="$LIBNCURSES_CFLAGS $LIBTINFO_CFLAGS $AM_CFLAGS"
- CFLAGS="$LIBNCURSES_CFLAGS $LIBTINFO_CFLAGS $SAVED_CFLAGS"
LIBS="$LIBNCURSES_LIBS $LIBTINFO_LIBS $LIBS"
else
AC_SEARCH_LIBS(