X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=webcit%2Fconfigure.ac;fp=webcit%2Fconfigure.ac;h=6f74bdcbad149b1ba5660e5c0904731cb0a31859;hp=f17cc58195f42e728c41e9680846e0a04e80d863;hb=9571de81331e169c042c630800bff1bde499c8a9;hpb=c51a64e8f8b42b6efd85f17c91178437d73a9c3d diff --git a/webcit/configure.ac b/webcit/configure.ac index f17cc5819..6f74bdcba 100644 --- a/webcit/configure.ac +++ b/webcit/configure.ac @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. dnl $Id$ -AC_INIT([WebCit], [8.29], [http://www.citadel.org/]) +AC_INIT([WebCit], [9.01], [http://www.citadel.org/]) AC_SUBST(PROG_SUBDIRS) @@ -88,6 +88,7 @@ dnl Checks for header files. AC_HEADER_STDC dnl AC_HEADER_SYS_WAIT +AC_CHECK_FUNCS(crypt gethostbyname connect flock getpwnam_r getpwuid_r getloadavg) AC_CACHE_CHECK( [for call semantics from getpwuid_r], ac_cv_call_getpwuid_r, @@ -238,7 +239,7 @@ dnl Checks for the discount markdown library. AC_CHECK_LIB(markdown, markdown, [ - LDFLAGS="$LDFLAGS -lmarkdown" + LIBS="$LIBS -lmarkdown" AC_DEFINE(HAVE_MARKDOWN,[],[whether we have markdown message rendering]) ])