diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index be17361a3..1520fb5e7 100644 --- a/configure.ac +++ b/configure.ac @@ -2112,7 +2112,7 @@ AC_ARG_ENABLE(dynamic-nss, AH_TEMPLATE([DISABLE_DYNAMIC_NSS], [Define to 1 if you want to avoid calling functions that will require dynamic NSS modules.]) -if test $zsh_cv_c_dynamic_nss = no; then +if test x$zsh_cv_c_dynamic_nss = xno; then AC_DEFINE(DISABLE_DYNAMIC_NSS) fi |