]> git.pld-linux.org Git - packages/crossmingw32-gettext.git/blob - gettext-aclocal.patch
remove undefined macro
[packages/crossmingw32-gettext.git] / gettext-aclocal.patch
1 --- gettext-0.10.36.orig/configure.in   Fri Mar 16 15:33:53 2001
2 +++ gettext-0.10.36/configure.in        Mon Apr  2 10:33:38 2001
3 @@ -52,7 +52,7 @@
4  AC_CHECK_FUNCS([getcwd mblen memcpy strchr strerror uname])
5  AC_REPLACE_FUNCS([memmove memset stpcpy stpncpy strcspn \
6  strcasecmp strncasecmp strstr strtoul vasprintf])
7 -AM_FUNC_GETLINE
8 +
9  if test $am_cv_func_working_getline != yes; then
10    AC_CHECK_FUNCS(getdelim)
11  fi
This page took 0.095674 seconds and 3 git commands to generate.