diff options
author | Werner Koch <[email protected]> | 2005-08-09 13:19:24 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-08-09 13:19:24 +0000 |
commit | b71096a83217e1c8a9163a955a74a4b88afa4290 (patch) | |
tree | 1bd3c3a7864645eee6c628bea03a5dea9659201d /configure.ac | |
parent | doc/ (diff) | |
download | gpgme-b71096a83217e1c8a9163a955a74a4b88afa4290.tar.gz gpgme-b71096a83217e1c8a9163a955a74a4b88afa4290.zip |
Merged changes from upstream libassuan to allow building a W32 DLL.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |