diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1998-08-21 13:30:00 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1998-08-21 13:30:00 -0400 |
commit | 3c7cb4bbcd56c17e1abba05f20d001a2484d9919 (patch) | |
tree | 30f608a2a7c6355ee69d6b061ed3fd458010ad75 /configure.in | |
parent | 0eae931d4f0fd1194dfcd978c3d94079b710923f (diff) | |
download | lynx-snapshots-3c7cb4bbcd56c17e1abba05f20d001a2484d9919.tar.gz |
snapshot of project "lynx", label v2-8-1dev_22
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e632ee5c..ac70f0e2 100644 --- a/configure.in +++ b/configure.in @@ -70,7 +70,7 @@ if test "$with_debug" = "yes" ; then else case $host_os in osf*) #(vi - test -n "$GCC" && CFLAGS="$CFLAGS -std1" + test -z "$GCC" && CFLAGS="$CFLAGS -std1" CF_STRIP_G_OPT(CFLAGS) ;; *) |