diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 14823f82..1ba0f3f9 100644 --- a/configure.ac +++ b/configure.ac @@ -154,13 +154,19 @@ dnl AC_REPLACE_FUNCS(stpcpy) -# asprintf() is at least used in assuan AC_REPLACE_FUNCS(vasprintf) +if test "$ac_cv_func_vasprintf" != yes; then + GNUPG_CHECK_VA_COPY +fi + + + # Note: fopencokie is only a dummy stub and not used. # However some code in assuan/ links against it. AC_REPLACE_FUNCS(fopencookie) + dnl dnl Checks for system services dnl |