aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-04-20 10:52:43 +0000
committerWerner Koch <[email protected]>2010-04-20 10:52:43 +0000
commite83d4ed686b7947d87a7ec9ed82ad74c0fe7d475 (patch)
treed24a181bfc43229c99f2e9ff487a3447c31feac7
parentMore robust detection of sockets (diff)
downloadlibassuan-e83d4ed686b7947d87a7ec9ed82ad74c0fe7d475.tar.gz
libassuan-e83d4ed686b7947d87a7ec9ed82ad74c0fe7d475.zip
comment fix
-rw-r--r--ChangeLog4
-rw-r--r--configure.ac3
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 874dbef..ceada23 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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