]> code.citadel.org Git - citadel.git/blobdiff - citadel/configure.ac
* removed last occurance of static paths in favour of citadel_dirs
[citadel.git] / citadel / configure.ac
index f2120b6b9377ee82205affbf3c6d6b9af2ec5827..c881b8f263d33d79242a3b68b665f8e48589ce4e 100644 (file)
@@ -11,6 +11,11 @@ else
        AC_DEFINE_UNQUOTED(CTDLDIR, "$prefix")
 fi
 
+
+dnl Make sure we see all GNU and Solaris extensions.
+AC_GNU_SOURCE
+
+
 dnl Checks for the Datadir
 AC_ARG_WITH(datadir, 
                    [  --with-datadir          directory to store the databases under],