Skip to content

Commit 94b5404

Browse files
slattarinigitster
authored andcommitted
configure: fix option help message for --disable-pthreads
The configure option to disable threading is '--disable-pthreads', not '--without-pthreads'. Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 6653aa9 commit 94b5404

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ AC_ARG_ENABLE([pthreads],
193193
[FLAGS is the value to pass to the compiler to enable POSIX Threads.]
194194
[The default if FLAGS is not specified is to try first -pthread]
195195
[and then -lpthread.]
196-
[--without-pthreads will disable threading.])],
196+
[--disable-pthreads will disable threading.])],
197197
[
198198
if test "x$enableval" = "xyes"; then
199199
AC_MSG_NOTICE([Will try -pthread then -lpthread to enable POSIX Threads])

0 commit comments

Comments
 (0)