diff auto/cc/conf @ 3575:fe084c435dc3 stable-0.7

merge r3368, r3392: ./configure related fixes: *) test invalid --with-ld-opt in right place *) do not add NGX_GCC_OPT twice: it is added later with -W
author Igor Sysoev <igor@sysoev.ru>
date Mon, 07 Jun 2010 09:01:46 +0000
parents 7af8276b1c2f
children
line wrap: on
line diff
--- a/auto/cc/conf
+++ b/auto/cc/conf
@@ -104,6 +104,7 @@ else
 fi
 
 CFLAGS="$CFLAGS $NGX_CC_OPT"
+NGX_TEST_LD_OPT="$NGX_LD_OPT"
 
 
 if [ "$NGX_PLATFORM" != win32 ]; then