From: sof Date: Tue, 9 Oct 2001 08:31:15 +0000 (+0000) Subject: [project @ 2001-10-09 08:31:15 by sof] X-Git-Tag: Approximately_9120_patches~854 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c232d3f43253d5cc76c6819dcc5ac01b82501714;p=ghc-hetmet.git [project @ 2001-10-09 08:31:15 by sof] FPTOOLS_CC_FLAG: fixed bug that prevented cygwin-based GCCen from working --- 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; ])