about summary refs log tree commit diff stats
path: root/configure.in
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>1998-03-04 19:00:00 -0500
committerThomas E. Dickey <dickey@invisible-island.net>1998-03-04 19:00:00 -0500
commite9b52cbfe84bc9e13568e784836c9e0b4b1e0913 (patch)
treec3174e1d8d535e0e82e22dfad2bb803bef288cdd /configure.in
parent349da2fb30fd6d2be4bd47a95fee9915b50f6d67 (diff)
downloadlynx-snapshots-e9b52cbfe84bc9e13568e784836c9e0b4b1e0913.tar.gz
snapshot of project "lynx", label v2-8pre_3
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
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)