Commit 594c6454 authored by Chip Davis's avatar Chip Davis Committed by Alexandre Julliard

configure: Add a missing comma.

parent 44ee1c47
......@@ -14252,10 +14252,9 @@ $as_echo "#define HAVE_PPDEV 1" >>confdefs.h
fi
ac_wine_check_funcs_save_LIBS="$LIBS"
LIBS="$LIBS "
LIBS="$LIBS $PTHREAD_LIBS"
for ac_func in \
pthread_getthreadid_np \
$PTHREAD_LIBS
pthread_getthreadid_np
do :
as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh`
ac_fn_c_check_func "$LINENO" "$ac_func" "$as_ac_var"
......
......@@ -1564,7 +1564,7 @@ fi
dnl **** Check for pthread functions ****
WINE_CHECK_LIB_FUNCS(\
pthread_getthreadid_np \
pthread_getthreadid_np,
[$PTHREAD_LIBS])
dnl **** Check for zlib ****
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment