[Fontconfig] fontconfig: Branch 'master'

Behdad Esfahbod behdad at kemper.freedesktop.org
Mon Jan 7 18:10:33 PST 2013


 configure.ac |    3 +++
 1 file changed, 3 insertions(+)

New commits:
commit d7de1b5c6d4b8800825913ac40a9cea00824f2f8
Author: Behdad Esfahbod <behdad at behdad.org>
Date:   Mon Jan 7 20:10:14 2013 -0600

    Fix pthreads setup
    
    As reported by Raimund Steger.

diff --git a/configure.ac b/configure.ac
index 4beca08..227a6f8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -598,6 +598,9 @@ if test "$os_win32" = no; then
 	AX_PTHREAD([have_pthread=true])
 fi
 if $have_pthread; then
+	LIBS="$PTHREAD_LIBS $LIBS"
+	CFLAGS="$CFLAGS $PTHREAD_CFLAGS"
+	CC="$PTHREAD_CC"
 	AC_DEFINE(HAVE_PTHREAD, 1, [Have POSIX threads])
 fi
 AM_CONDITIONAL(HAVE_PTHREAD, $have_pthread)


More information about the Fontconfig mailing list