]> andersk Git - moira.git/commitdiff
Check if we have strvis() so we can use it. Regenerate configure.
authorzacheiss <zacheiss>
Tue, 23 Oct 2001 19:36:28 +0000 (19:36 +0000)
committerzacheiss <zacheiss>
Tue, 23 Oct 2001 19:36:28 +0000 (19:36 +0000)
configure
configure.in

index 0d81bebe0a95f821b8b720bd75efc4a09db38a8b..0879789d5223854e3be41f8399a555ad1445719a 100755 (executable)
--- a/configure
+++ b/configure
@@ -2647,7 +2647,7 @@ fi
 
 
 
-for ac_func in getusershell strlcpy strlcat uname
+for ac_func in getusershell strlcpy strlcat uname strvis
 do
 echo $ac_n "checking for $ac_func""... $ac_c" 1>&6
 echo "configure:2654: checking for $ac_func" >&5
index 6de8128a68488a98f992530f830d93b1d2b7a755..f913a4cf37182f6d3c66d0796efc76883332293c 100755 (executable)
@@ -422,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 1.05941 seconds and 5 git commands to generate.