diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2017-11-11 17:18:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-11 17:18:28 (GMT) |
commit | 9e78dc25179a492550dc602e47e7f4d24e3c89a3 (patch) | |
tree | d2853e5f125fb91b1ffff1d99c794733bb6a09eb /configure | |
parent | e197a8538bae3c5f2727dfdc8672aa15d9429e51 (diff) | |
download | cpython-9e78dc25179a492550dc602e47e7f4d24e3c89a3.zip cpython-9e78dc25179a492550dc602e47e7f4d24e3c89a3.tar.gz cpython-9e78dc25179a492550dc602e47e7f4d24e3c89a3.tar.bz2 |
Move comments in configure.ac to more appropriate place. (#4371)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -9542,6 +9542,9 @@ $as_echo "no" >&6; } fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +# 'Real Time' functions on Solaris +# posix4 on Solaris 2.6 +# pthread (first!) on Linux { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing sem_init" >&5 $as_echo_n "checking for library containing sem_init... " >&6; } if ${ac_cv_search_sem_init+:} false; then : @@ -9597,9 +9600,7 @@ if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" fi - # 'Real Time' functions on Solaris - # posix4 on Solaris 2.6 - # pthread (first!) on Linux + # check if we need libintl for locale functions { $as_echo "$as_me:${as_lineno-$LINENO}: checking for textdomain in -lintl" >&5 |