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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index f39cb17be0..46e80b551f 100644 --- a/configure +++ b/configure @@ -4934,7 +4934,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