[cairo-commit] build/configure.ac.pthread
Behdad Esfahbod
behdad at kemper.freedesktop.org
Mon Jul 29 19:47:40 PDT 2013
build/configure.ac.pthread | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
New commits:
commit 3cd6c5966aca1d202744fe44083800bc2a4a831d
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Mon Jul 29 22:47:26 2013 -0400
Revert accidentally committed stuff
diff --git a/build/configure.ac.pthread b/build/configure.ac.pthread
index 2d64e8b..29c930d 100644
--- a/build/configure.ac.pthread
+++ b/build/configure.ac.pthread
@@ -141,9 +141,9 @@ AC_DEFUN([CAIRO_CHECK_PTHREAD],[dnl
[$1_CFLAGS="$2";
$1_LIBS="$3";
$5],
- [$1_CFLAGS="$CFLAGS";
- $1_LIBS="$LIBS";
- $5])
+ [$1_CFLAGS="";
+ $1_LIBS="";
+ $6])
])
dnl CAIRO_CONFIGURE_PTHREADS(): Look for pthreads.
More information about the cairo-commit
mailing list