summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2013-07-29 22:47:26 -0400
committerBehdad Esfahbod <behdad@behdad.org>2013-07-29 22:47:26 -0400
commit3cd6c5966aca1d202744fe44083800bc2a4a831d (patch)
tree5160c1ef14f21ca85d8430d2242f995c565312bd
parent0554d76402321b25cc952180e4d19436a9038d1a (diff)
Revert accidentally committed stuff
-rw-r--r--build/configure.ac.pthread6
1 files changed, 3 insertions, 3 deletions
diff --git a/build/configure.ac.pthread b/build/configure.ac.pthread
index 2d64e8bab..29c930da9 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.