aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2004-10-19 21:46:59 +0000
committerMatthias Andree <matthias.andree@gmx.de>2004-10-19 21:46:59 +0000
commit2dd8978a497a9a932c38fc1223ebf2c4ab55f49a (patch)
tree6fc0ade1a0221666429c2b8771cbe89746efa443 /configure.ac
parentf8b70c78177ea541eb234655a88cb28480088fba (diff)
downloadfetchmail-2dd8978a497a9a932c38fc1223ebf2c4ab55f49a.tar.gz
fetchmail-2dd8978a497a9a932c38fc1223ebf2c4ab55f49a.tar.bz2
fetchmail-2dd8978a497a9a932c38fc1223ebf2c4ab55f49a.zip
Add replacement stpcpy.
svn path=/trunk/; revision=3947
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 730dad70..01ed7113 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
+AC_REPLACE_FUNCS([strstr strcasecmp memmove stpcpy])
AC_CHECK_FUNC(MD5Init, AC_DEFINE(HAVE_MD5,1,Define if you have md5 in libc),
[AC_LIBSOURCE(md5c.c)