Commit bff474e2 authored by lenz@mysql.com's avatar lenz@mysql.com
Browse files

- added missing line from the 4.0 configure.in patch

parent e5ee3122
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2276,7 +2276,7 @@ fi

if test "$static_nss" = "1"
then
 LDFLAGS="$LDFLAGS -static -L$other_libc_lib " 
 LDFLAGS="$LDFLAGS -static $OTHER_LIBC_LIB" 
 LIBS="$LIBS $STATIC_NSS_FLAGS"
fi