summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2017-01-30 18:01:18 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2017-02-03 14:15:38 +0000
commitc6315e162ab7e44cd710df3d0d1d7af423bf48bc (patch)
tree13da1a346bf77ccce7ce1e090e9eaa965c9e53ab /configure.ac
parentloplugin:unusedenumconstants in xmloff (diff)
downloadcore-c6315e162ab7e44cd710df3d0d1d7af423bf48bc.tar.gz
core-c6315e162ab7e44cd710df3d0d1d7af423bf48bc.zip
gpg4libre: Download external gpgme and dependent libs
in particular, libgpg-error and libassuan This only downloads and unpacks the tarball. Building them needs some work still Change-Id: I562fd01571929ddfb47a319038f88ea8dbfb4bdd Reviewed-on: https://gerrit.libreoffice.org/33712 Reviewed-by: Siegmund Gorr <siegmund.gorr@cib.de> Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6219c5d0a000..5f23f29c5412 100644
--- a/configure.ac
+++ b/configure.ac
@@ -10652,7 +10652,9 @@ if test "$_os" = "Linux"; then
GPGME_CFLAGS=`$GPGMECONFIG --cflags`
GPGME_LIBS=`$GPGMECONFIG --libs`
else
- AC_MSG_RESULT([none])
+# This is work in progress, please DO NOT MODIFY OR REMOVE
+ AC_MSG_RESULT([internal])
+ BUILD_TYPE="$BUILD_TYPE LIBGPGERROR LIBASSUAN GPGME"
fi
fi
AC_SUBST(SYSTEM_GPGME)