commit | 764543e73426fd00741483ff830cf09bfb73752f | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Thu Nov 27 19:01:37 2003 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Thu Nov 27 19:01:37 2003 +0000 |
tree | 27b8bad85c18469e593d30ee137fdb5fe1a16af4 | |
parent | 0e499db3ed63432cfacd08282cce1d42b568b567 [diff] [blame] |
nginx-0.0.1-2003-11-27-22:01:37 import
diff --git a/auto/func b/auto/func index 5cde428..5a291d8 100644 --- a/auto/func +++ b/auto/func
@@ -9,7 +9,7 @@ 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"