From b54db8568cae6f5be8b98977a82d11df2d5c8c73 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: http://svn.ruby-lang.org/repos/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 f39cb17be..46e80b551 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