changeset 8552:d527c6045eaf

Oops, typo in compiler option.
author Bruno Haible <bruno@clisp.org>
date Mon, 26 Mar 2007 00:16:46 +0000
parents a2ed636e1b10
children 3f0f39084236
files m4/fpieee.m4
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/m4/fpieee.m4
+++ b/m4/fpieee.m4
@@ -38,7 +38,7 @@
         CPPFLAGS="$CPPFLAGS -mieee"
       else
         # Compaq (ex-DEC) C has the option -ieee. 
-        CPPFLAGS="$CPPFLAGS -mieee"
+        CPPFLAGS="$CPPFLAGS -ieee"
       fi
       ;;
   esac