diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2010-04-20 Werner Koch <[email protected]> + + * configure.ac: Change wording of the no-funopen warning. + 2010-03-22 Werner Koch <[email protected]> * configure.ac (CC_FOR_BUILD): Add test. diff --git a/configure.ac b/configure.ac index feb918a..223e5cb 100644 --- a/configure.ac +++ b/configure.ac @@ -307,7 +307,8 @@ if test $ac_cv_func_funopen != yes; then AC_MSG_WARN([ *** *** No implementation of fopencookie or funopen available. -*** The assuan_get_data_fp feature won't work. +*** The assuan_get_data_fp function won't work; see the +*** manual for details. GnuPG does not require this feature. ***]) fi fi |