From fde36e8df3b11ec1c677a340383f6c30b30c3387 Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Mon, 8 Dec 2003 11:41:28 +0000 Subject: [PATCH] - needed for ac 2.58+ Changed files: gpgme-acfix.patch -> 1.1 --- gpgme-acfix.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 gpgme-acfix.patch diff --git a/gpgme-acfix.patch b/gpgme-acfix.patch new file mode 100644 index 0000000..6010514 --- /dev/null +++ b/gpgme-acfix.patch @@ -0,0 +1,11 @@ +--- gpgme-0.4.3/configure.ac.orig Mon Oct 6 20:30:54 2003 ++++ gpgme-0.4.3/configure.ac Mon Dec 8 12:18:36 2003 +@@ -247,7 +247,7 @@ + AC_CHECK_FUNCS(funopen) + if test $ac_cv_func_funopen != yes; then + # No funopen but we can implement that in terms of fopencookie. +- AC_CHECK_FUNCS(fopencookie, AC_LIBOBJ(funopen), ++ AC_CHECK_FUNCS(fopencookie, [AC_LIBOBJ(funopen)], + AC_MSG_ERROR([[ + No implementation of fopencookie or funopen available. + ]])) -- 2.44.0