comparison configure.in @ 1151:641aa6941b2a

Test for vsnprintf seemed to be missing... readding it.
author bsmith@81767d24-ef19-dc11-ae90-00e081727c95
date Mon, 12 Sep 2011 02:22:48 +0000
parents 1c24949cf853
children 924c8087a755
comparison
equal deleted inserted replaced
1150:0c073534d722 1151:641aa6941b2a
106 AC_HEADER_DIRENT 106 AC_HEADER_DIRENT
107 AC_CHECK_HEADERS(unistd.h) 107 AC_CHECK_HEADERS(unistd.h)
108 AC_CHECK_HEADERS(sys/stat.h) 108 AC_CHECK_HEADERS(sys/stat.h)
109 109
110 AC_CHECK_FUNCS(pipe, AC_DEFINE(HAVE_PIPE,1,Determine whether we have the pipe function)) 110 AC_CHECK_FUNCS(pipe, AC_DEFINE(HAVE_PIPE,1,Determine whether we have the pipe function))
111 AC_CHECK_FUNCS(vsnprintf, AC_DEFINE(HAVE_VSNPRINTF,1,Determine whether we have the vsnprintf function))
111 112
112 AC_CHECK_FUNCS(connect) 113 AC_CHECK_FUNCS(connect)
113 if test x"$ac_cv_func_connect" = x"no"; then 114 if test x"$ac_cv_func_connect" = x"no"; then
114 if test -z "$libsocket"; then 115 if test -z "$libsocket"; then
115 AC_CHECK_LIB(socket, socket, LIBS="$LIBS -lsocket",) 116 AC_CHECK_LIB(socket, socket, LIBS="$LIBS -lsocket",)