diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index c7cfc9d4..82d3c9ba 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ dnl dnl Process this file with autoconf to produce a configure script. dnl -AC_INIT([fetchmail],[6.2.6-pre4]) +AC_INIT([fetchmail],[6.2.6-pre5]) AC_CONFIG_SRCDIR([fetchmail.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_LIBOBJ_DIR([.]) @@ -101,7 +101,7 @@ dnl Port hack for Sparc/NetBSD-1.5 AC_CHECK_LIB(intl, gettext, [LIBS="$LIBS -lintl"]) -AC_REPLACE_FUNCS([strstr strcasecmp memmove stpcpy]) +AC_REPLACE_FUNCS([strstr strcasecmp memmove stpcpy strlcpy strlcat]) AC_CHECK_FUNC(MD5Init, [], [AC_LIBSOURCE(md5c.c) |