summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-08-31 18:11:38 +0000
committerenge <enge@211d60ee-9f03-0410-a15a-8952a2c7a4e4>2010-08-31 18:11:38 +0000
commit3e9daad0e04c9504b6372f3ad702f9f292f3a442 (patch)
tree9dd3a059430e9c307f564e31415566befff0c995 /configure.ac
parent8127c551c5936221227fdf7292cb2f1bc511580f (diff)
downloadmpc-3e9daad0e04c9504b6372f3ad702f9f292f3a442.tar.gz
new functions mpc_set_c, mpc_set_lc, mpc_get_c, mpc_get_lc
git-svn-id: svn://scm.gforge.inria.fr/svn/mpc/trunk@820 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 ac35927..143c49a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -167,7 +167,7 @@ error
# Checks for header files.
AC_HEADER_STDC
-AC_CHECK_HEADERS([locale.h inttypes.h limits.h unistd.h sys/time.h])
+AC_CHECK_HEADERS([complex.h locale.h inttypes.h limits.h unistd.h sys/time.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST