]> sjero.net Git - wget/blobdiff - configure.ac
Remove own alloca from build-process.
[wget] / configure.ac
index 5e7e7a2f9939c82382a7bc2c7776046bc8e2ea86..a994896be77f15c2598d52959ea0e9855197c2eb 100644 (file)
@@ -193,11 +193,10 @@ gl_INIT
 dnl
 dnl Checks for library functions.
 dnl
-AC_FUNC_ALLOCA
 AC_FUNC_MMAP
 AC_FUNC_FSEEKO
 AC_CHECK_FUNCS(strptime timegm snprintf vsnprintf vasprintf drand48)
-AC_CHECK_FUNCS(strtoll usleep ftello sigblock sigsetjmp memrchr wcwidth)
+AC_CHECK_FUNCS(strtoll usleep ftello sigblock sigsetjmp memrchr wcwidth mbtowc)
 
 if test x"$ENABLE_OPIE" = xyes; then
   AC_LIBOBJ([ftp-opie])