Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/auto
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-09-14 19:55:24 +0400
committerIgor Sysoev <igor@sysoev.ru>2004-09-14 19:55:24 +0400
commite2ff3ea920ba6bc3690a333abdaa2e40656f933a (patch)
tree5e9d8e784f041e7fb29cda6c87b7119ccd6d2817 /auto
parent562626ae6cda8c90121bec3362232e87899d6ce6 (diff)
nginx-0.0.10-2004-09-14-19:55:24 import
Diffstat (limited to 'auto')
-rw-r--r--auto/os/solaris2
-rw-r--r--auto/summary32
2 files changed, 17 insertions, 17 deletions
diff --git a/auto/os/solaris b/auto/os/solaris
index f1ac0f91b..65bda26e0 100644
--- a/auto/os/solaris
+++ b/auto/os/solaris
@@ -4,7 +4,7 @@ CORE_DEPS="$UNIX_DEPS $SOLARIS_DEPS"
CORE_SRCS="$UNIX_SRCS $SOLARIS_SRCS "
EVENT_MODULES="$EVENT_MODULES"
-CORE_LIBS="$CORE_LIBS -lsocket -lnsl"
+CORE_LIBS="$CORE_LIBS -lsocket -lnsl -lrt"
# the Solaris's make support
MAKE_SL=YES
diff --git a/auto/summary b/auto/summary
index 0051c9710..4d37e8725 100644
--- a/auto/summary
+++ b/auto/summary
@@ -8,32 +8,32 @@ if [ $USE_PCRE = DISABLED ]; then
else
case $PCRE in
- YES) echo " using system PCRE library" ;;
- NONE) echo " PCRE library is not used" ;;
- NO) echo " PCRE library is not found" ;;
- *) echo " using PCRE library: $PCRE" ;;
+ YES) echo " + using system PCRE library" ;;
+ NONE) echo " + PCRE library is not used" ;;
+ NO) echo " + PCRE library is not found" ;;
+ *) echo " + using PCRE library: $PCRE" ;;
esac
fi
case $MD5 in
- YES) echo " md5: using system $MD5_LIB library" ;;
- NONE) echo " md5 library is not used" ;;
- NO) echo " md5 library is not found" ;;
- *) echo " using md5 library: $MD5" ;;
+ YES) echo " + md5: using system $MD5_LIB library" ;;
+ NONE) echo " + md5 library is not used" ;;
+ NO) echo " + md5 library is not found" ;;
+ *) echo " + using md5 library: $MD5" ;;
esac
case $OPENSSL in
- YES) echo " using system OpenSSL library" ;;
- NONE) echo " OpenSSL library is not used" ;;
- NO) echo " OpenSSL library is not found" ;;
- *) echo " using OpenSSL library: $OPENSSL" ;;
+ YES) echo " + using system OpenSSL library" ;;
+ NONE) echo " + OpenSSL library is not used" ;;
+ NO) echo " + OpenSSL library is not found" ;;
+ *) echo " + using OpenSSL library: $OPENSSL" ;;
esac
case $ZLIB in
- YES) echo " using system zlib library" ;;
- NONE) echo " zlib library is not used" ;;
- NO) echo " zlib library is not found" ;;
- *) echo " using zlib library: $ZLIB" ;;
+ YES) echo " + using system zlib library" ;;
+ NONE) echo " + zlib library is not used" ;;
+ NO) echo " + zlib library is not found" ;;
+ *) echo " + using zlib library: $ZLIB" ;;
esac
echo