diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-03-04 19:00:00 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-03-04 19:00:00 -0500 |
commit | e9b52cbfe84bc9e13568e784836c9e0b4b1e0913 (patch) | |
tree | c3174e1d8d535e0e82e22dfad2bb803bef288cdd /configure | |
parent | 349da2fb30fd6d2be4bd47a95fee9915b50f6d67 (diff) | |
download | lynx-snapshots-e9b52cbfe84bc9e13568e784836c9e0b4b1e0913.tar.gz |
snapshot of project "lynx", label v2-8pre_3
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure index 15d17de4..83dcc472 100755 --- a/configure +++ b/configure @@ -1144,13 +1144,13 @@ else CFLAGS=`echo ${CFLAGS} | sed -e 's/-g //' -e 's/-g$//'` ;; *) - if test -n "$GCC" ; then CFLAGS=`echo ${CFLAGS} | sed -e 's/-g //' -e 's/-g$//'` - fi ;; esac fi + + if test -n "$GCC" then echo $ac_n "checking if you want to turn on gcc warnings""... $ac_c" 1>&6 @@ -3429,7 +3429,7 @@ else fi ;; -*hp-hpux10.*) +hpux10.*) echo $ac_n "checking for initscr in -lHcurses""... $ac_c" 1>&6 echo "configure:3435: checking for initscr in -lHcurses" >&5 ac_lib_var=`echo Hcurses'_'initscr | sed 'y%./+-%__p_%'` |