diff options
author | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-13 03:43:19 +0000 |
---|---|---|
committer | zack <zack@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-03-13 03:43:19 +0000 |
commit | 623b4a9df1f7635af39fb68659ea1ee9befb5201 (patch) | |
tree | 4c4666361bf4c6cdc2740be70574ef0908e94f5b /libf2c | |
parent | 608a2132790c65f0f85e287ffac0e2efb54656b5 (diff) | |
download | gcc-623b4a9df1f7635af39fb68659ea1ee9befb5201.tar.gz |
toon forgot to check in configure
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32500 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libf2c')
-rwxr-xr-x | libf2c/libF77/configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libf2c/libF77/configure b/libf2c/libF77/configure index b5622e06bf4..b4ea9f3a859 100755 --- a/libf2c/libF77/configure +++ b/libf2c/libF77/configure @@ -1310,6 +1310,10 @@ cat >> confdefs.h <<\EOF #define Skip_f2c_Undefs 1 EOF +cat >> confdefs.h <<\EOF +#define IEEE_COMPLEX_DIVIDE 1 +EOF + trap '' 1 2 15 cat > confcache <<\EOF |