mirror of
https://github.com/samba-team/samba.git
synced 2025-09-10 05:44:20 +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...
|
# pthread_attr_init. On pthread_mutex_lock it works there...
|
||||||
if test "x$PTHREAD_LDFLAGS" = xerror; then
|
if test "x$PTHREAD_LDFLAGS" = xerror; then
|
||||||
AC_CHECK_LIB(pthread, pthread_mutex_lock, [
|
AC_CHECK_LIB(pthread, pthread_mutex_lock, [
|
||||||
PTHREAD_CFLAGS=="-D_REENTRANT"
|
PTHREAD_CFLAGS="-D_REENTRANT"
|
||||||
PTHREAD_LDFLAGS="-lpthread" ])
|
PTHREAD_LDFLAGS="-lpthread" ])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user