configure.ac | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 2a276cdf540321be3c9c9b232fbe9ecf72fd65a7
Author: Lionel Elie Mamane <[email protected]>
Date: Wed Jun 28 03:55:00 2017 +0200
we need gpgme header, too
not only gpgmepp headers
Change-Id: I46723ce751d631e165982c6c7bc2f820f9a5d0a8
Reviewed-on: https://gerrit.libreoffice.org/39484
Reviewed-by: Rene Engelhard <[email protected]>
Tested-by: Rene Engelhard <[email protected]>
diff --git a/configure.ac b/configure.ac
index bb34a49b61d1..34610c473bb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10420,6 +10420,8 @@ if test "$_os" = "Linux"; then
# checking for it also filters out older, KDE-dependent libgpgmepp
versions
AC_CHECK_LIB(gpgmepp, progress_callback, [ GPGMEPP_LIBS=-lgpgmepp ],
[AC_MSG_ERROR(gpgmepp not found or not functional)], [])
+ AC_CHECK_HEADER(gpgme.h, [],
+ [AC_MSG_ERROR([gpgme headers not found, install gpgme development
package])], [])
else
AC_MSG_RESULT([internal])
BUILD_TYPE="$BUILD_TYPE LIBGPGERROR LIBASSUAN GPGMEPP"
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits