Unverified Kaydet (Commit) 9e78dc25 authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka Kaydeden (comit) GitHub

Move comments in configure.ac to more appropriate place. (#4371)

üst e197a853
...@@ -9542,6 +9542,9 @@ $as_echo "no" >&6; } ...@@ -9542,6 +9542,9 @@ $as_echo "no" >&6; }
fi fi
rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext 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 "$as_me:${as_lineno-$LINENO}: checking for library containing sem_init" >&5
$as_echo_n "checking for library containing sem_init... " >&6; } $as_echo_n "checking for library containing sem_init... " >&6; }
if ${ac_cv_search_sem_init+:} false; then : if ${ac_cv_search_sem_init+:} false; then :
...@@ -9597,9 +9600,7 @@ if test "$ac_res" != no; then : ...@@ -9597,9 +9600,7 @@ if test "$ac_res" != no; then :
test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
fi fi
# 'Real Time' functions on Solaris
# posix4 on Solaris 2.6
# pthread (first!) on Linux
# check if we need libintl for locale functions # check if we need libintl for locale functions
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for textdomain in -lintl" >&5 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for textdomain in -lintl" >&5
......
...@@ -2688,9 +2688,10 @@ void *x = uuid_generate_time_safe ...@@ -2688,9 +2688,10 @@ void *x = uuid_generate_time_safe
[AC_MSG_RESULT(no)] [AC_MSG_RESULT(no)]
) )
AC_SEARCH_LIBS(sem_init, pthread rt posix4) # 'Real Time' functions on Solaris # 'Real Time' functions on Solaris
# posix4 on Solaris 2.6 # posix4 on Solaris 2.6
# pthread (first!) on Linux # pthread (first!) on Linux
AC_SEARCH_LIBS(sem_init, pthread rt posix4)
# check if we need libintl for locale functions # check if we need libintl for locale functions
AC_CHECK_LIB(intl, textdomain, AC_CHECK_LIB(intl, textdomain,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment