/[gcl]/gcl/configure
ViewVC logotype

Diff of /gcl/configure

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

revision 1.11.2.13 by camm, Fri Feb 1 19:55:40 2002 UTC revision 1.11.2.14 by camm, Sun Feb 3 18:07:33 2002 UTC
# Line 1795  LIBS="$ac_save_LIBS" Line 1795  LIBS="$ac_save_LIBS"
1795  fi  fi
1796  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then  if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
1797    echo "$ac_t""yes" 1>&6    echo "$ac_t""yes" 1>&6
1798    echo $ac_n "checking for main in -ltermcap""... $ac_c" 1>&6    echo $ac_n "checking for main in -lncurses""... $ac_c" 1>&6
1799  echo "configure:1800: checking for main in -ltermcap" >&5  echo "configure:1800: checking for main in -lncurses" >&5
1800  ac_lib_var=`echo termcap'_'main | sed 'y%./+-%__p_%'`  ac_lib_var=`echo ncurses'_'main | sed 'y%./+-%__p_%'`
1801  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then  if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
1802    echo $ac_n "(cached) $ac_c" 1>&6    echo $ac_n "(cached) $ac_c" 1>&6
1803  else  else
1804    ac_save_LIBS="$LIBS"    ac_save_LIBS="$LIBS"
1805  LIBS="-ltermcap  $LIBS"  LIBS="-lncurses  $LIBS"
1806  cat > conftest.$ac_ext <<EOF  cat > conftest.$ac_ext <<EOF
1807  #line 1808 "configure"  #line 1808 "configure"
1808  #include "confdefs.h"  #include "confdefs.h"
# Line 1830  if eval "test \"`echo '$ac_cv_lib_'$ac_l Line 1830  if eval "test \"`echo '$ac_cv_lib_'$ac_l
1830  #define HAVE_READLINE 1  #define HAVE_READLINE 1
1831  EOF  EOF
1832    
1833                  LIBS="$LIBS -lreadline -ltermcap"                  LIBS="$LIBS -lreadline -lncurses"
1834                  RL_OBJS=readline.o                  RL_OBJS=readline.o
1835                  RL_LIB=lsp/readline.o                  RL_LIB=lsp/readline.o
1836  else  else

Legend:
Removed from v.1.11.2.13  
changed lines
  Added in v.1.11.2.14

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