Skip to content

Commit

Permalink
s3: syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Björn Jacke committed Jan 27, 2010
1 parent 2f9eb6b commit 1f7e97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source3/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1f7e97a

Please sign in to comment.