diff options
author | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-04-10 12:13:25 +0000 |
---|---|---|
committer | vlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4> | 2002-04-10 12:13:25 +0000 |
commit | 610a8851990d905908fae318fc91dda3b21ee270 (patch) | |
tree | 69a66b428bab8b1c92dd69410874dcd7089b84ca /configure.in | |
parent | 11b100b3ef4098c0afc5f5f82a9600077ff89ee9 (diff) | |
download | mpfr-610a8851990d905908fae318fc91dda3b21ee270.tar.gz |
HAVE_FESETROUND renamed to MPFR_HAVE_FESETROUND to avoid possible
name conflict.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@1844 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4ae22d82b..9ff880e4f 100644 --- a/configure.in +++ b/configure.in @@ -69,7 +69,7 @@ saved_LIBS="$LIBS" LIBS="$LIBS $LM9X" AC_TRY_LINK([#include <fenv.h>], [fesetround(FE_TONEAREST);], [AC_MSG_RESULT(yes) - AC_DEFINE(HAVE_FESETROUND)], + AC_DEFINE(MPFR_HAVE_FESETROUND)], [AC_MSG_RESULT(no) LIBS="$saved_LIBS"] ) |