]> git.pld-linux.org Git - packages/gpgme.git/commitdiff
- needed for ac 2.58+
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 8 Dec 2003 11:41:28 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpgme-acfix.patch -> 1.1

gpgme-acfix.patch [new file with mode: 0644]

diff --git a/gpgme-acfix.patch b/gpgme-acfix.patch
new file mode 100644 (file)
index 0000000..6010514
--- /dev/null
@@ -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.
+ ]]))
This page took 0.103506 seconds and 4 git commands to generate.