]> code.citadel.org Git - citadel.git/blobdiff - libcitadel/configure.in
* add xdgmime from freedesktop.org
[citadel.git] / libcitadel / configure.in
index 9e27abe6a9b5667de634b1d74c464d13e0df4762..7b6a6093540b000bea6581e944627b1973f4ed27 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(libcitadel, 1.03, example@example.com)
+AC_INIT(libcitadel, 1.03, 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, AC_DEFINE_UNQUOTED(HAVE_MMAP, [whether whe have sys/mmap.h]))
+
+
 dnl Checks for typedefs, structures, and compiler characteristics.
 
 AC_C_CONST