diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index f120ef41aa..ee41122593 100644 --- a/configure.in +++ b/configure.in @@ -179,6 +179,7 @@ AC_ARG_ENABLE(static-nss, dnl static_nss=$enableval, static_nss=no) dnl Enable static NSS also if we build no shared objects. if test x"$static_nss" = xyes || test x"$shared" = xno; then + static_nss=yes AC_DEFINE(DO_STATIC_NSS) fi |