diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-01-17 18:24:52 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2021-01-17 18:24:52 +0000 |
commit | b18834be8aadbf133206e5db256d76acac398da7 (patch) | |
tree | 6d1a20a169e16b61a5ac876eb1ac87163e54e671 | |
parent | 032723c8740710cd34bdf6e7a0124f8fb18f6d70 (diff) | |
download | rtmux-b18834be8aadbf133206e5db256d76acac398da7.tar.gz rtmux-b18834be8aadbf133206e5db256d76acac398da7.tar.bz2 rtmux-b18834be8aadbf133206e5db256d76acac398da7.zip |
Revert "Set CFLAGS also."
This reverts commit 032723c8740710cd34bdf6e7a0124f8fb18f6d70.
-rw-r--r-- | configure.ac | 4 |
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( |