summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-02-09 15:05:45 +0000
committerpelissip <pelissip@280ebfd0-de03-0410-8827-d642c229c3f4>2005-02-09 15:05:45 +0000
commit3032fec187c834862e84e6429d65b03301750e24 (patch)
tree46c7a0b669b4194da4e4ad2e2e053c906220f27f /configure.in
parent52e9544dd6eabed100e7c38976dad6f86a1a14ac (diff)
downloadmpfr-3032fec187c834862e84e6429d65b03301750e24.tar.gz
The previous fixs don't work. New one which works but is VERY ugly.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@3288 280ebfd0-de03-0410-8827-d642c229c3f4
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 6e48183d4..2bd98031f 100644
--- a/configure.in
+++ b/configure.in
@@ -189,10 +189,12 @@ dnl
dnl Currently libtool always detect a C++ and fortran compiler
dnl Reduce the search list to g++ and g77
dnl It may freeze with cl on some systems
+dnl For CXXCPP, it is defintevely an ugly hack which should be remove
+dnl as soon as possible but otherwise some systems may not be able to
+dnl build MPFR while they should
AC_PROG_CXX([g++])
AC_PROG_F77([g77])
-AC_PROG_CPP
-CXXCPP="$CPP"
+CXXCPP="grep limits"
dnl Configs for Windows DLLs.
dnl libtool requires "-no-undefined" for win32 dll