/[mailutils]/mailutils/configure.in
ViewVC logotype

Diff of /mailutils/configure.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.95 by gray, Sun Feb 17 21:06:28 2002 UTC revision 1.96 by gray, Mon Feb 18 08:33:17 2002 UTC
# Line 275  AC_SUBST(READLINE_LIBS) Line 275  AC_SUBST(READLINE_LIBS)
275  if test x"$usereadline" = x"yes"; then  if test x"$usereadline" = x"yes"; then
276          AC_CHECK_LIB(readline, readline,          AC_CHECK_LIB(readline, readline,
277                        [AC_CHECK_HEADERS(readline/readline.h,                        [AC_CHECK_HEADERS(readline/readline.h,
278                         AC_DEFINE(WITH_READLINE))                                          AC_DEFINE(WITH_READLINE))
279                         READLINE_LIBS="-lcurses -lreadline"],                         READLINE_LIBS="-lcurses -lreadline"
280                           saved_LIBS=$LIBS
281                           LIBS="$LIBS $READLINE_LIBS"
282                           AC_CHECK_FUNCS(rl_completion_matches)
283                           LIBS=$saved_LIBS],
284                          :,                          :,
285                         -lcurses)                         -lcurses)
286  fi  fi

Legend:
Removed from v.1.95  
changed lines
  Added in v.1.96

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26