From 764543e73426fd00741483ff830cf09bfb73752f Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Thu, 27 Nov 2003 19:01:37 +0000 Subject: nginx-0.0.1-2003-11-27-22:01:37 import --- auto/func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'auto/func') diff --git a/auto/func b/auto/func index 5cde42826..5a291d874 100644 --- a/auto/func +++ b/auto/func @@ -9,7 +9,7 @@ echo "$NGX_UNISTD_H" > autotest.c echo "$NGX_FUNC_INC" >> autotest.c echo "int main() { $NGX_FUNC_TEST; return 0; }" >> autotest.c -eval "$CC $CC_TEST_FLAGS -o autotest autotest.c > $NGX_ERR 2>&1" +eval "$CC $CC_TEST_FLAGS -o autotest autotest.c $NGX_FUNC_LIBS > $NGX_ERR 2>&1" if [ -x autotest ]; then echo " + $NGX_FUNC found" -- cgit