[Libreoffice-commits] .: configure.in

Sebastian Spaeth spaetz at kemper.freedesktop.org
Fri Dec 10 05:50:18 PST 2010


 configure.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit fc230e7fb0348188a3945690ba04e555f08d772e
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Fri Dec 10 14:43:42 2010 +0100

    Use FONTCONFIG_CFLAGS and FONTCONFIG_LIBS
    
    Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

diff --git a/configure.in b/configure.in
index 56b38f4..e08f57e 100755
--- a/configure.in
+++ b/configure.in
@@ -1714,7 +1714,8 @@ else
    AC_MSG_RESULT([no])
 fi
 AC_SUBST(ENABLE_FONTCONFIG)
-
+AC_SUBST(FONTCONFIG_CFLAGS)
+AC_SUBST(FONTCONFIG_LIBS)
 
 dnl whether to find & fetch external tarballs?
 dnl ===================================================================


More information about the Libreoffice-commits mailing list