[Libreoffice-commits] core.git: configure.ac

Michael Stahl mstahl at redhat.com
Sun Sep 22 03:23:34 PDT 2013


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95fd55620b08d6196057a13a88eaa0638cf51f9d
Author: Michael Stahl <mstahl at redhat.com>
Date:   Sun Sep 22 12:19:50 2013 +0200

    configure: oops, there were 2 harfbuzz lines to fix
    
    Change-Id: Ib1869134b971c04a9cbd5d15b206898e943aaa5e

diff --git a/configure.ac b/configure.ac
index 4befd03..3ceb861 100644
--- a/configure.ac
+++ b/configure.ac
@@ -8996,7 +8996,7 @@ if test $_os != WINNT -a $_os != Darwin -a $_os != iOS; then
     if $PKG_CONFIG --atleast-version 0.9.18 harfbuzz; then
         libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz-icu >= 0.9.18],["-I${WORKDIR}/UnpackedTarball/harfbuzz/src"],["-L${WORKDIR}/UnpackedTarball/harfbuzz/src/.libs -lharfbuzz -lharfbuzz-icu"])
     else
-        libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz >= 0.9.10],[-I${WORKDIR}/UnpackedTarball/harfbuzz/src],[${WORKDIR}/UnpackedTarball/harfbuzz/src/.libs/libharfbuzz.a ${WORKDIR}/UnpackedTarball/harfbuzz/src/.libs/libharfbuzz-icu.a])
+        libo_CHECK_SYSTEM_MODULE([harfbuzz],[HARFBUZZ],[harfbuzz >= 0.9.10],[-I${WORKDIR}/UnpackedTarball/harfbuzz/src],["-L${WORKDIR}/UnpackedTarball/harfbuzz/src/.libs -lharfbuzz -lharfbuzz-icu"])
     fi
 else
     AC_MSG_RESULT([no])


More information about the Libreoffice-commits mailing list