Merged back changes from 0.3.x branch
[supertux.git] / mk / autoconf / binreloc.m4
index 363d72f..857f4dc 100644 (file)
@@ -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])