]> andersk Git - moira.git/blobdiff - configure.in
Check the exit value of checkpc and lpc.
[moira.git] / configure.in
index beda316f2d0578c8ba88b2d2ebc3a7f52f5b959d..f913a4cf37182f6d3c66d0796efc76883332293c 100755 (executable)
@@ -282,6 +282,7 @@ if test "$java" != no; then
     WEBMOIRA_OUTPUT_FILES="webmoira/Makefile"
 fi
 AC_SUBST(JAVA_CPPFLAGS)
+AC_SUBST(WEBMOIRA_SUBDIRS)
 
 # LDAP support
 AC_MSG_CHECKING(for LDAP)
@@ -421,7 +422,7 @@ AC_SUBST(CURSES_LIBS)
 AC_SUBST(CURSES_SUBDIRS)
 
 
-AC_CHECK_FUNCS(getusershell strlcpy strlcat uname)
+AC_CHECK_FUNCS(getusershell strlcpy strlcat uname strvis)
 
 AC_CHECK_FUNC(sigaction, AC_DEFINE(HAVE_POSIX_SIGNALS))
 
This page took 0.043446 seconds and 4 git commands to generate.