[seed] [build] Clean up configure output surrounding mpfr detection
- From: Tim Horton <hortont src gnome org>
- To: svn-commits-list gnome org
- Subject: [seed] [build] Clean up configure output surrounding mpfr detection
- Date: Sat, 11 Jul 2009 00:07:46 +0000 (UTC)
commit d7ce9a47b25a7b481c2b58693a26a070195fce51
Author: Tim Horton <hortont svn gnome org>
Date: Fri Jul 10 20:00:53 2009 -0400
[build] Clean up configure output surrounding mpfr detection
configure.ac | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 39453de..2470c2a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,8 +273,6 @@ AC_ARG_ENABLE(mpfr-module,
[want_mpfr_module=$enableval],[want_mpfr_module="yes"])
if test x"$want_mpfr_module" == x"yes" ; then
- AC_MSG_CHECKING(for mpfr.h)
-
AC_TRY_CPP([#include <mpfr.h>], have_mpfr_h=yes, have_mpfr_h=no)
if test x"$have_mpfr_h" = x"yes"; then
save_LIBS=$LIBS
@@ -297,9 +295,6 @@ if test x"$want_mpfr_module" == x"yes" ; then
fi
MPFR_CFLAGS=
-
- AC_MSG_RESULT([$have_mpfr_h])
-
fi
AM_CONDITIONAL(BUILD_MPFR_MODULE, test "x$want_mpfr_module" = "xyes")
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]