From: Bruno Haible Date: Mon, 26 Mar 2007 00:16:46 +0000 (+0000) Subject: Oops, typo in compiler option. X-Git-Tag: cvs-readonly~666 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=7722c4bb409ec03d876a7debf74f38ea49287d53;p=gnulib.git Oops, typo in compiler option. --- diff --git a/m4/fpieee.m4 b/m4/fpieee.m4 index fd897b0e8..c1155ee28 100644 --- 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 -mieee" + CPPFLAGS="$CPPFLAGS -ieee" fi ;; esac