projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
65ed3a5
)
Oops, typo in compiler option.
author
Bruno Haible
<bruno@clisp.org>
Mon, 26 Mar 2007 00:16:46 +0000
(
00:16
+0000)
committer
Bruno Haible
<bruno@clisp.org>
Mon, 26 Mar 2007 00:16:46 +0000
(
00:16
+0000)
m4/fpieee.m4
patch
|
blob
|
history
diff --git
a/m4/fpieee.m4
b/m4/fpieee.m4
index fd897b0e8b596f0ff113fec9376d579f4a50cf5a..c1155ee287539eba69989985d4728df30bb8b898 100644
(file)
--- a/
m4/fpieee.m4
+++ b/
m4/fpieee.m4
@@
-38,7
+38,7
@@
AC_DEFUN([gl_FP_IEEE],
CPPFLAGS="$CPPFLAGS -mieee"
else
# Compaq (ex-DEC) C has the option -ieee.
- CPPFLAGS="$CPPFLAGS -
m
ieee"
+ CPPFLAGS="$CPPFLAGS -ieee"
fi
;;
esac