summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-02-04 15:37:13 +0000
committerthevenyp <thevenyp@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2009-02-04 15:37:13 +0000
commitc11bdacb97c32622d993c8c94ccc9d149d750a37 (patch)
treee94d27562aeb6419277afb9c7becc7c6b0154d19 /configure.ac
parentc1782f28abf00c806422f833901afaf1b84eaf9e (diff)
downloadmpc-c11bdacb97c32622d993c8c94ccc9d149d750a37.tar.gz
NEWS doc/mpc.texi src/mpc.h: Add new mpc_set_x_x functions.
configure.ac: check if inttypes.h exists. src/set_x_x.c: code factorisation of mpc_set_x_x functions, cover the same set as mpfr_set_x (except _Decimal64). src/set_d_d.c src/set_fr_fr.c src/set_ui_ui.c src/set_ui_fr.c src/set_si_si.c: code moved to set_x_x. src/Makefile.am: Add mpc_set_x_x.c, remove old files. tests/tset.c: 100% coverage of mpc_set functions. git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@411 211d60ee-9f03-0410-a15a-8952a2c7a4e4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cc91a1d..5509513 100644
--- a/configure.ac
+++ b/configure.ac
@@ -132,7 +132,7 @@ error
# Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([limits.h unistd.h sys/time.h])
+AC_CHECK_HEADERS([inttypes.h limits.h unistd.h sys/time.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST