Fix CPPFLAGS handling possibly causing curses detection failure
This is an old, old bug.
This commit is contained in:
+1
-1
@@ -278,7 +278,7 @@ if test "x$ax_cv_have_TINFO" = xno ; then
|
||||
old_LDFLAGS="$LDFLAGS"
|
||||
old_CPPFLAGS="$CPPFLAGS"
|
||||
LDFLAGS="$LDFLAGS $CURSES_LDFLAGS"
|
||||
CPPFLAGS="$LDFLAGS $CURSES_CPPFLAGS"
|
||||
CPPFLAGS="$CPPFLAGS $CURSES_CPPFLAGS"
|
||||
|
||||
AX_WITH_CURSES
|
||||
# restore old LDFLAGS/CPPFLAGS
|
||||
|
||||
Reference in New Issue
Block a user