Skip to content

Commit c25a368

Browse files
committed
Merge branch 'sl/maint-configure-messages'
Minor message fixes for the configure script. * sl/maint-configure-messages: configure: fix some output message
2 parents e52bec9 + 49aeead commit c25a368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1024,7 +1024,7 @@ elif test -z "$PTHREAD_CFLAGS"; then
10241024
for opt in -mt -pthread -lpthread; do
10251025
old_CFLAGS="$CFLAGS"
10261026
CFLAGS="$opt $CFLAGS"
1027-
AC_MSG_CHECKING([Checking for POSIX Threads with '$opt'])
1027+
AC_MSG_CHECKING([for POSIX Threads with '$opt'])
10281028
AC_LINK_IFELSE([PTHREADTEST_SRC],
10291029
[AC_MSG_RESULT([yes])
10301030
NO_PTHREADS=
@@ -1044,7 +1044,7 @@ elif test -z "$PTHREAD_CFLAGS"; then
10441044
else
10451045
old_CFLAGS="$CFLAGS"
10461046
CFLAGS="$PTHREAD_CFLAGS $CFLAGS"
1047-
AC_MSG_CHECKING([Checking for POSIX Threads with '$PTHREAD_CFLAGS'])
1047+
AC_MSG_CHECKING([for POSIX Threads with '$PTHREAD_CFLAGS'])
10481048
AC_LINK_IFELSE([PTHREADTEST_SRC],
10491049
[AC_MSG_RESULT([yes])
10501050
NO_PTHREADS=

0 commit comments

Comments
 (0)