configure: Add a missing comma.

Signed-off-by: Chip Davis <cdavis@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Chip Davis 2019-08-13 11:52:41 -05:00 committed by Alexandre Julliard
parent 44ee1c47ff
commit 594c64543f
2 changed files with 3 additions and 4 deletions

5
configure vendored
View File

@ -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"

View File

@ -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 ****