summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 10f511c6..80473415 100644
--- a/configure.ac
+++ b/configure.ac
@@ -249,6 +249,9 @@ ACX_PTHREAD
AC_SYS_LARGEFILE
+# Check for open64 to know if the current system does have open64() and similar functions
+AC_CHECK_FUNCS([open64])
+
#### [lib]iconv ####
AM_ICONV