mirror of
https://github.com/git/git.git
synced 2024-11-20 04:33:56 +01:00
Merge branch 'sl/maint-configure-messages'
Minor message fixes for the configure script. * sl/maint-configure-messages: configure: fix some output message
This commit is contained in:
commit
c25a3684f5
@ -1024,7 +1024,7 @@ elif test -z "$PTHREAD_CFLAGS"; then
|
||||
for opt in -mt -pthread -lpthread; do
|
||||
old_CFLAGS="$CFLAGS"
|
||||
CFLAGS="$opt $CFLAGS"
|
||||
AC_MSG_CHECKING([Checking for POSIX Threads with '$opt'])
|
||||
AC_MSG_CHECKING([for POSIX Threads with '$opt'])
|
||||
AC_LINK_IFELSE([PTHREADTEST_SRC],
|
||||
[AC_MSG_RESULT([yes])
|
||||
NO_PTHREADS=
|
||||
@ -1044,7 +1044,7 @@ elif test -z "$PTHREAD_CFLAGS"; then
|
||||
else
|
||||
old_CFLAGS="$CFLAGS"
|
||||
CFLAGS="$PTHREAD_CFLAGS $CFLAGS"
|
||||
AC_MSG_CHECKING([Checking for POSIX Threads with '$PTHREAD_CFLAGS'])
|
||||
AC_MSG_CHECKING([for POSIX Threads with '$PTHREAD_CFLAGS'])
|
||||
AC_LINK_IFELSE([PTHREADTEST_SRC],
|
||||
[AC_MSG_RESULT([yes])
|
||||
NO_PTHREADS=
|
||||
|
Loading…
Reference in New Issue
Block a user