Skip to content

Commit 9e78dc2

Browse files
Move comments in configure.ac to more appropriate place. (python#4371)
1 parent e197a85 commit 9e78dc2

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

configure

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9542,6 +9542,9 @@ $as_echo "no" >&6; }
95429542
fi
95439543
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
95449544

9545+
# 'Real Time' functions on Solaris
9546+
# posix4 on Solaris 2.6
9547+
# pthread (first!) on Linux
95459548
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sem_init" >&5
95469549
$as_echo_n "checking for library containing sem_init... " >&6; }
95479550
if ${ac_cv_search_sem_init+:} false; then :
@@ -9597,9 +9600,7 @@ if test "$ac_res" != no; then :
95979600
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
95989601

95999602
fi
9600-
# 'Real Time' functions on Solaris
9601-
# posix4 on Solaris 2.6
9602-
# pthread (first!) on Linux
9603+
96039604

96049605
# check if we need libintl for locale functions
96059606
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for textdomain in -lintl" >&5

configure.ac

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2688,9 +2688,10 @@ void *x = uuid_generate_time_safe
26882688
[AC_MSG_RESULT(no)]
26892689
)
26902690

2691-
AC_SEARCH_LIBS(sem_init, pthread rt posix4) # 'Real Time' functions on Solaris
2692-
# posix4 on Solaris 2.6
2693-
# pthread (first!) on Linux
2691+
# 'Real Time' functions on Solaris
2692+
# posix4 on Solaris 2.6
2693+
# pthread (first!) on Linux
2694+
AC_SEARCH_LIBS(sem_init, pthread rt posix4)
26942695

26952696
# check if we need libintl for locale functions
26962697
AC_CHECK_LIB(intl, textdomain,

0 commit comments

Comments
 (0)