summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2017-11-11 19:18:28 +0200
committerGitHub <noreply@github.com>2017-11-11 19:18:28 +0200
commit9e78dc25179a492550dc602e47e7f4d24e3c89a3 (patch)
treed2853e5f125fb91b1ffff1d99c794733bb6a09eb /configure.ac
parente197a8538bae3c5f2727dfdc8672aa15d9429e51 (diff)
downloadcpython-git-9e78dc25179a492550dc602e47e7f4d24e3c89a3.tar.gz
Move comments in configure.ac to more appropriate place. (#4371)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 1a309c813a..3464212edd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2688,9 +2688,10 @@ void *x = uuid_generate_time_safe
[AC_MSG_RESULT(no)]
)
-AC_SEARCH_LIBS(sem_init, pthread rt posix4) # 'Real Time' functions on Solaris
- # posix4 on Solaris 2.6
- # pthread (first!) on Linux
+# 'Real Time' functions on Solaris
+# posix4 on Solaris 2.6
+# pthread (first!) on Linux
+AC_SEARCH_LIBS(sem_init, pthread rt posix4)
# check if we need libintl for locale functions
AC_CHECK_LIB(intl, textdomain,