X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=mk%2Fautoconf%2Fbinreloc.m4;h=857f4dc4ba7203237e5e8d2c05e0ac4b36cc4aa0;hb=959f514b78262ae6b276821bc61864fa6967b97c;hp=363d72ff91b726cbb73dbb6f3c0e54329467540b;hpb=561d285b2ea0fc084f54ef62b1f9c9d65a4877c8;p=supertux.git diff --git a/mk/autoconf/binreloc.m4 b/mk/autoconf/binreloc.m4 index 363d72ff9..857f4dc4b 100644 --- a/mk/autoconf/binreloc.m4 +++ b/mk/autoconf/binreloc.m4 @@ -46,7 +46,8 @@ AC_DEFUN([AM_BINRELOC], fi]) if test "x$br_cv_binreloc" = "xyes"; then -#BINRELOC_CFLAGS="-DENABLE_BINRELOC" + #Matze: disabled, because it's already in config.h + #BINRELOC_CFLAGS="-DENABLE_BINRELOC" AC_DEFINE(ENABLE_BINRELOC,,[Use binary relocation?]) if test "x$enable_binreloc_threads" = "xyes"; then AC_CHECK_LIB([pthread], [pthread_getspecific])