mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 06:28:01 +02:00
Revert accidentally committed stuff
This commit is contained in:
parent
0554d76402
commit
3cd6c5966a
1 changed files with 3 additions and 3 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue