1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s3: syntax fix

This commit is contained in:
Björn Jacke 2010-01-27 23:43:23 +01:00
parent 2f9eb6bff5
commit 1f7e97a8a2

View File

@ -6365,7 +6365,7 @@ fi
# pthread_attr_init. On pthread_mutex_lock it works there...
if test "x$PTHREAD_LDFLAGS" = xerror; then
AC_CHECK_LIB(pthread, pthread_mutex_lock, [
PTHREAD_CFLAGS=="-D_REENTRANT"
PTHREAD_CFLAGS="-D_REENTRANT"
PTHREAD_LDFLAGS="-lpthread" ])
fi