Skip to content
Snippets Groups Projects
Commit e5e61ac1 authored by Gerardo Ganis's avatar Gerardo Ganis
Browse files

Disable secssl in building with icc (no support)

git-svn-id: http://root.cern.ch/svn/root/trunk@32232 27541ba8-7e3a-0410-8455-c3a389f83636
parent 1636a07b
No related branches found
No related tags found
No related merge requests found
......@@ -2328,6 +2328,12 @@ fi
### echo %%% Support for SSL authentication
#
#
if test "x$enable_secssl" = "xyes" ; then
if test "x$nccflv" = "xicc" || test "x$nccflv" = "xiccx8664" ; then
echo "SSL authentication not supported under ICC - disabling"
enable_secssl="no"
fi
fi
if test "x$enable_secssl" = "x" ; then
if test "x$platform" = "xlinux" || test "x$platform" = "xmacosx" ; then
# Default 'yes' for linux and macosx only, for the time being
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment