From c232d3f43253d5cc76c6819dcc5ac01b82501714 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 9 Oct 2001 08:31:15 +0000 Subject: [PATCH] [project @ 2001-10-09 08:31:15 by sof] FPTOOLS_CC_FLAG: fixed bug that prevented cygwin-based GCCen from working --- aclocal.m4 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aclocal.m4 b/aclocal.m4 index 7973809..7c10394 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -1,4 +1,4 @@ -dnl $Id: aclocal.m4,v 1.83 2001/09/20 14:08:13 sewardj Exp $ +dnl $Id: aclocal.m4,v 1.84 2001/10/09 08:31:15 sof Exp $ dnl dnl Extra autoconf macros for the Glasgow fptools dnl @@ -1166,8 +1166,8 @@ AC_CACHE_CHECK([whether $CC accepts $1], [ac_cv_cc_$2], CFLAGS="$save_CFLAGS" ]) if test "$ac_cv_cc_$2"x = "yesx"; then - $2=$extra_flag; + $2=$1; else - $2=$extra_flag; + $2=""; fi; ]) -- 1.7.10.4