]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure.ac
Remove the vCard module's attempt to create a netconfig file in the obsolete format...
[citadel.git] / citadel / configure.ac
index 8be48ba07ac5c2d158d4b3029a2e6d368c9b7abd..82482fc56bd0d93b16c8908438c37d34130d5896 100644 (file)
@@ -1,6 +1,6 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
-AC_INIT([Citadel], [902], [http://www.citadel.org/])
+AC_INIT([Citadel], [906], [http://www.citadel.org/])
 AC_REVISION([$Revision: 5108 $])
 AC_CONFIG_SRCDIR([citserver.c])
 AC_CONFIG_HEADER(sysdep.h)
@@ -414,7 +414,7 @@ dnl Checks for libraries.
 dnl We want to test for the following in libc before checking for their
 dnl respective libraries, because some systems (like Irix) have both, and the
 dnl non-libc versions may be broken.
-AC_CHECK_FUNCS(crypt gethostbyname connect flock getpwnam_r getpwuid_r getloadavg)
+AC_CHECK_FUNCS(crypt gethostbyname connect getpwnam_r getpwuid_r getloadavg)
 
 AC_CHECK_FUNCS(strftime_l uselocale gettext)