Really disable loading of unsigned bytecode by default.

Both sides of the if defined CL_BCUNSIGNED bytecode, and both defined it to 1.
0.96
Török Edvin 15 years ago
parent a5b201c81f
commit 789b5255d2
  1. 4
      configure
  2. 2
      configure.in

4
configure vendored

@ -16513,10 +16513,6 @@ if test "$enable_unsignedbytecode" = "yes"; then
$as_echo "#define CL_BCUNSIGNED 1" >>confdefs.h
else
$as_echo "#define CL_BCUNSIGNED 1" >>confdefs.h
fi
# Check whether --enable-no-cache was given.

@ -831,8 +831,6 @@ enable_unsignedbytecode="$enableval", enable_unsignedbytecode="no")
if test "$enable_unsignedbytecode" = "yes"; then
VERSION_SUFFIX="$VERSION_SUFFIX-unsigned-bc"
AC_DEFINE([CL_BCUNSIGNED],1,[enable loading of unsigned bytecode])
else
AC_DEFINE([CL_BCUNSIGNED],1,[disable loading of unsigned bytecode])
fi
AC_ARG_ENABLE([no-cache],

Loading…
Cancel
Save