From: Bruno Haible Date: Mon, 26 Mar 2007 00:16:46 +0000 (+0000) Subject: Oops, typo in compiler option. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7722c4bb409ec03d876a7debf74f38ea49287d53;p=pspp Oops, typo in compiler option. --- diff --git a/m4/fpieee.m4 b/m4/fpieee.m4 index fd897b0e8b..c1155ee287 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