Commit b3f801d4 authored by Nils Goroll's avatar Nils Goroll

fix typo: actually save LIBS in save_LIBS

parent 145824de
...@@ -145,7 +145,7 @@ if test "$enable_pcre_jit" = yes; then ...@@ -145,7 +145,7 @@ if test "$enable_pcre_jit" = yes; then
AC_MSG_CHECKING(for PCRE JIT usability) AC_MSG_CHECKING(for PCRE JIT usability)
save_CFLAGS="${CFLAGS}" save_CFLAGS="${CFLAGS}"
CFLAGS="${PCRE_CFLAGS}" CFLAGS="${PCRE_CFLAGS}"
save_LIBS="${CFLAGS}" save_LIBS="${LIBS}"
LIBS="${PCRE_LIBS}" LIBS="${PCRE_LIBS}"
AC_RUN_IFELSE( AC_RUN_IFELSE(
[AC_LANG_PROGRAM([[ [AC_LANG_PROGRAM([[
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment