From: Thomas Roessler Date: Mon, 11 Feb 2002 09:59:43 +0000 (+0000) Subject: Honor current values of $LIBS and $CPPFLAGS. From Thomas Dickey. X-Git-Tag: mutt-1-5-1-rel~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cc9a6fefab50b1dba82bcc1e13b2887ea62eee8c;p=mutt Honor current values of $LIBS and $CPPFLAGS. From Thomas Dickey. --- diff --git a/configure.in b/configure.in index 0603ca17..b61225ba 100644 --- a/configure.in +++ b/configure.in @@ -197,6 +197,7 @@ main () CPPFLAGS="$CPPFLAGS -I${mutt_cv_curses}/include" fi]) + AC_CHECK_FUNC(initscr,,[ cf_ncurses="ncurses" for lib in ncurses ncursesw do @@ -215,6 +216,7 @@ main () fi], [CF_CURSES_LIBS]) + ]) old_LIBS="$LIBS" LIBS="$LIBS $MUTTLIBS"