Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 762946
Collapse All | Expand All

(-)a/configure.ac (-1 / +1 lines)
Lines 978-984 Link Here
978
AM_CONDITIONAL([WITH_SSL], [test "X$with_ssl" != "Xno"])
978
AM_CONDITIONAL([WITH_SSL], [test "X$with_ssl" != "Xno"])
979
AM_CONDITIONAL([METALINK_IS_ENABLED], [test "X$with_metalink" != "Xno"])
979
AM_CONDITIONAL([METALINK_IS_ENABLED], [test "X$with_metalink" != "Xno"])
980
AM_CONDITIONAL([WITH_XATTR], [test "X$ENABLE_XATTR" != "Xno"])
980
AM_CONDITIONAL([WITH_XATTR], [test "X$ENABLE_XATTR" != "Xno"])
981
AM_CONDITIONAL([WITH_NTLM], [test "X$ENABLE_NTLM" == "Xyes"])
981
AM_CONDITIONAL([WITH_NTLM], [test "X$ENABLE_NTLM" = "Xyes"])
982
982
983
dnl
983
dnl
984
dnl Create output
984
dnl Create output
(-)a/configure (-1 / +1 lines)
Lines 55925-55931 Link Here
55925
  WITH_XATTR_FALSE=
55925
  WITH_XATTR_FALSE=
55926
fi
55926
fi
55927
55927
55928
 if test "X$ENABLE_NTLM" == "Xyes"; then
55928
 if test "X$ENABLE_NTLM" = "Xyes"; then
55929
  WITH_NTLM_TRUE=
55929
  WITH_NTLM_TRUE=
55930
  WITH_NTLM_FALSE='#'
55930
  WITH_NTLM_FALSE='#'
55931
else
55931
else

Return to bug 762946