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:
parent
2f9eb6bff5
commit
1f7e97a8a2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user