BUILD: Remove unneeded reference to XSS

This commit is contained in:
Rom Walton 2014-08-28 15:26:15 -04:00
parent c02e6cad31
commit 8a33ee678c
1 changed files with 0 additions and 12 deletions

View File

@ -115,18 +115,6 @@ AC_ARG_ENABLE(install-headers,
[enable_install_headers=${enableval}], [enable_install_headers=${enableval}],
[enable_install_headers=yes]) [enable_install_headers=yes])
AC_ARG_ENABLE(xss,
AS_HELP_STRING([--disable-xss],
[disable building the boinc client with the Xss library]),
[enable_xss=${enableval}],
[
if test $isWIN32 != "yes" ; then
enable_xss=yes
else
enable_xss=no
fi
])
AC_ARG_ENABLE(boinczip, AC_ARG_ENABLE(boinczip,
AS_HELP_STRING([--enable-boinczip], AS_HELP_STRING([--enable-boinczip],
[enable building the boinc zip library]), [enable building the boinc zip library]),