diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index bb663a7983..27f2e23969 100755 --- a/configure +++ b/configure @@ -860,7 +860,7 @@ else static_nss=no fi -if test x"$static_nss" = xyes; then +if test x"$static_nss" = xyes || test x"$shared" = xno; then cat >> confdefs.h <<\EOF #define DO_STATIC_NSS 1 EOF |