diff options
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 a0e4381..125bfd3 100644 --- a/configure.ac +++ b/configure.ac @@ -135,6 +135,7 @@ if test $ac_cv_func_funopen != yes; then AC_CHECK_FUNCS(fopencookie, AC_LIBOBJ(funopen), AC_MSG_ERROR([[ No implementation of fopencookie or funopen available. ]])) +fi AC_REPLACE_FUNCS(isascii) AC_REPLACE_FUNCS(putc_unlocked) @@ -142,7 +143,6 @@ AC_REPLACE_FUNCS(memrchr) AC_CONFIG_FILES([ Makefile -common/Makefile src/Makefile src/libassuan-config doc/Makefile |