summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1dab6582d..2c4a4a821 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,10 +16,11 @@ AM_INIT_AUTOMAKE(cvsfs, 0.2)
AC_PROG_CC
# Checks for libraries.
-AC_CHECK_LIB([threads], [rwlock_init])
+AC_CHECK_LIB([pthread], [pthread_rwlock_init])
AC_CHECK_LIB([ports], [hurd_ihash_init])
AC_CHECK_LIB([fshelp], [fshelp_touch])
AC_CHECK_LIB([iohelp], [iohelp_initialize_conch])
+AC_CHECK_LIB([shouldbeinlibc], [maptime_map])
#AC_CHECK_LIB([netfs], [netfs_startup])
# Check whether zlib compression is available