mirror of https://github.com/BOINC/boinc.git
BUILD: Remove unneeded reference to XSS
This commit is contained in:
parent
c02e6cad31
commit
8a33ee678c
12
configure.ac
12
configure.ac
|
@ -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]),
|
||||||
|
|
Loading…
Reference in New Issue