From 5c13dd59db1ee6c04cdac4ce2ee97d5934115439 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 17 Mar 2000 08:58:21 +0000 Subject: 2000-03-17 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 54939679bc..486d0bd2ae 100644 --- a/configure.in +++ b/configure.in @@ -775,7 +775,7 @@ case "$target_os" in CFLAGS="$CFLAGS -pipe -no-precomp" ;; osf*) - if [ $without_gcc = "yes" ]; then + if test "$without_gcc" = "no" ; then CFLAGS="$CFLAGS -ansi" else # compile something small: taint.c is fine for this. -- cgit v1.2.3