Oops, typo in compiler option.
authorBruno Haible <bruno@clisp.org>
Mon, 26 Mar 2007 00:16:46 +0000 (00:16 +0000)
committerBruno Haible <bruno@clisp.org>
Mon, 26 Mar 2007 00:16:46 +0000 (00:16 +0000)
m4/fpieee.m4

index fd897b0e8b596f0ff113fec9376d579f4a50cf5a..c1155ee287539eba69989985d4728df30bb8b898 100644 (file)
@@ -38,7 +38,7 @@ AC_DEFUN([gl_FP_IEEE],
         CPPFLAGS="$CPPFLAGS -mieee"
       else
         # Compaq (ex-DEC) C has the option -ieee. 
-        CPPFLAGS="$CPPFLAGS -mieee"
+        CPPFLAGS="$CPPFLAGS -ieee"
       fi
       ;;
   esac