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.in | |
parent | 349da2fb30fd6d2be4bd47a95fee9915b50f6d67 (diff) | |
download | lynx-snapshots-e9b52cbfe84bc9e13568e784836c9e0b4b1e0913.tar.gz |
snapshot of project "lynx", label v2-8pre_3
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a1cf7315..9a3e37af 100644 --- a/configure.in +++ b/configure.in @@ -60,13 +60,13 @@ else CF_STRIP_G_OPT(CFLAGS) ;; *) - if test -n "$GCC" ; then CF_STRIP_G_OPT(CFLAGS) - fi ;; esac fi + + if test -n "$GCC" then AC_MSG_CHECKING(if you want to turn on gcc warnings) |