All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: fix help screen
@ 2013-06-28 17:19 Stefano Lattarini
  2013-06-28 17:48 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Stefano Lattarini @ 2013-06-28 17:19 UTC (permalink / raw)
  To: git; +Cc: gitster

The configure option to disable threading is '--disable-pthreads',
not '--without-pthreads'.

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index f3462d9..2f43393 100644
--- a/configure.ac
+++ b/configure.ac
@@ -193,7 +193,7 @@ AC_ARG_ENABLE([pthreads],
   [FLAGS is the value to pass to the compiler to enable POSIX Threads.]
   [The default if FLAGS is not specified is to try first -pthread]
   [and then -lpthread.]
-  [--without-pthreads will disable threading.])],
+  [--disable-pthreads will disable threading.])],
 [
 if test "x$enableval" = "xyes"; then
    AC_MSG_NOTICE([Will try -pthread then -lpthread to enable POSIX Threads])
-- 
1.8.3.1.605.g85318f5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configure: fix help screen
  2013-06-28 17:19 [PATCH] configure: fix help screen Stefano Lattarini
@ 2013-06-28 17:48 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2013-06-28 17:48 UTC (permalink / raw)
  To: Stefano Lattarini; +Cc: git

Stefano Lattarini <stefano.lattarini@gmail.com> writes:

> The configure option to disable threading is '--disable-pthreads',
> not '--without-pthreads'.
>
> Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
> ---

Thanks.

>  configure.ac | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/configure.ac b/configure.ac
> index f3462d9..2f43393 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -193,7 +193,7 @@ AC_ARG_ENABLE([pthreads],
>    [FLAGS is the value to pass to the compiler to enable POSIX Threads.]
>    [The default if FLAGS is not specified is to try first -pthread]
>    [and then -lpthread.]
> -  [--without-pthreads will disable threading.])],
> +  [--disable-pthreads will disable threading.])],
>  [
>  if test "x$enableval" = "xyes"; then
>     AC_MSG_NOTICE([Will try -pthread then -lpthread to enable POSIX Threads])

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-28 17:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-28 17:19 [PATCH] configure: fix help screen Stefano Lattarini
2013-06-28 17:48 ` Junio C Hamano

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.