Browse code

Really disable loading of unsigned bytecode by default.

Both sides of the if defined CL_BCUNSIGNED bytecode, and both defined it to 1.

Török Edvin authored on 2010/05/13 16:31:31
Showing 2 changed files
... ...
@@ -16513,10 +16513,6 @@ if test "$enable_unsignedbytecode" = "yes"; then
16513 16513
 
16514 16514
 $as_echo "#define CL_BCUNSIGNED 1" >>confdefs.h
16515 16515
 
16516
-else
16517
-
16518
-$as_echo "#define CL_BCUNSIGNED 1" >>confdefs.h
16519
-
16520 16516
 fi
16521 16517
 
16522 16518
 # Check whether --enable-no-cache was given.
... ...
@@ -831,8 +831,6 @@ enable_unsignedbytecode="$enableval", enable_unsignedbytecode="no")
831 831
 if test "$enable_unsignedbytecode" = "yes"; then
832 832
   VERSION_SUFFIX="$VERSION_SUFFIX-unsigned-bc"
833 833
   AC_DEFINE([CL_BCUNSIGNED],1,[enable loading of unsigned bytecode])
834
-else
835
-  AC_DEFINE([CL_BCUNSIGNED],1,[disable loading of unsigned bytecode])
836 834
 fi
837 835
 
838 836
 AC_ARG_ENABLE([no-cache],