diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-02-23 18:15:42 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2018-02-23 18:15:42 +0000 |
commit | d4071931bacd119ed403dfcd2016f7efa10ce31c (patch) | |
tree | ef42a0014f8b7c481a05db1f2a65c12c08715c9c /acinclude.m4 | |
parent | 74b9b3aadd7aeac59bf42b73b05c0abcbf0c336d (diff) | |
download | mpfr-d4071931bacd119ed403dfcd2016f7efa10ce31c.tar.gz |
[acinclude.m4] Correction: for AC_COMPILE_IFELSE, there are only
2 cases: TRUE and FALSE.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@12435 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 9d1903665..071dbb39b 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -671,8 +671,6 @@ int main (void) { AC_DEFINE([MPFR_USE_STATIC_ASSERT],1,[Build MPFR with Static Assertions]) ], [AC_MSG_RESULT(no) - ], - [AC_MSG_RESULT([cannot test, assume no]) ]) CPPFLAGS="$saved_CPPFLAGS" |