From 5fb824e896630741b6ca2c1c27d5f293f7d1f84e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 12 Aug 2010 13:36:56 +0000 Subject: [PATCH] * Urgh, this was supposed to go in the trunk... --- configure.ac | 3 --- 1 file changed, 3 deletions(-) diff --git a/configure.ac b/configure.ac index 94a92c7ce5..094e6bd09c 100644 --- a/configure.ac +++ b/configure.ac @@ -243,9 +243,6 @@ AC_SUBST(bzip2_bin) AC_SUBST(bzip2_bin_test) -AC_CHECK_LIB(pthread, pthread_mutex_init) - - AC_ARG_ENABLE(init-state, AC_HELP_STRING([--disable-init-state], [do not initialise DB etc. in `make install']), init_state=$enableval, init_state=yes)