]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/configure.in
THIS IS 1.05
[citadel.git] / libcitadel / configure.in
index 1c94025ae1a9114b9eecc9ed9a0763c0e4526ea4..4071fbad430a4042c902cd5a07331a6069ddb4a2 100755 (executable)
@@ -5,7 +5,7 @@ dnl
 dnl Ensure that libcitadel is configured with autoconf 2.52 or newer
 AC_PREREQ(2.52)
 
-AC_INIT(citadel, 7.24, example@example.com)
+AC_INIT(libcitadel, 1.05, https://uncensored.citadel.org)
 
 AC_CONFIG_SRCDIR(Makefile.in)
 AC_CONFIG_AUX_DIR(conftools)
@@ -57,6 +57,9 @@ fi
 dnl Checks for header files.
 AC_HEADER_STDC
 
+AC_CHECK_HEADER(sys/mman.h, [CFLAGS="$CFLAGS -D HAVE_MMAP"])
+
+
 dnl Checks for typedefs, structures, and compiler characteristics.
 
 AC_C_CONST