From b71096a83217e1c8a9163a955a74a4b88afa4290 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 9 Aug 2005 13:19:24 +0000 Subject: Merged changes from upstream libassuan to allow building a W32 DLL. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6a31bd5b..2271357c 100644 --- a/configure.ac +++ b/configure.ac @@ -169,7 +169,7 @@ fi # Checks for library functions. AC_FUNC_FSEEKO -AC_REPLACE_FUNCS(stpcpy) +AC_CHECK_FUNCS(stpcpy) AC_REPLACE_FUNCS(vasprintf) if test "$ac_cv_func_vasprintf" != yes; then -- cgit v1.2.3