mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
s3: syntax fix
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user