aboutsummaryrefslogtreecommitdiff
path: root/src/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.ac b/src/configure.ac
index 980f56f..e143f99 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -57,6 +57,7 @@ dnl Checks for libraries.
dnl Replace `main' with a function in -lc:
AC_CHECK_LIB(c, main)
AC_CHECK_LIB(crtdll, fclose)
+AC_CHECK_LIB(coldname, fdopen)
dnl Replace `main' with a function in -lm:
AC_CHECK_LIB(m, main)