X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=c79549344b3c3ba19c2f951e7c8fcfa3e1ce62be;hb=d2484a6332322e37355c71a14054c06f74c84fd9;hp=d9cc0737f4558c451108d027b028a672ff8ef169;hpb=49bffc7940799caf659e520a1953e90710588352;p=libfirm diff --git a/configure b/configure index d9cc0737f..c79549344 100755 --- a/configure +++ b/configure @@ -1210,6 +1210,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile \ ir/tv/Makefile ir/common/Makefile ir/ident/Makefile ir/ir/Makefile \ ir/ana/Makefile ir/tr/Makefile ir/st/Makefile ir/stat/Makefile \ + ir/opt/Makefile ir/external/Makefile \ testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile \ libfirm.doxygen" @@ -1314,16 +1315,10 @@ else enable_heapanalysis="no" fi; if test "$enable_heapanalysis" = "no"; then - -cat >>confdefs.h <<\_ACEOF -#define DO_HEAPANALYSIS 0 -_ACEOF - echo "$as_me:$LINENO: result: heapanalysis disabled" >&5 echo "${ECHO_T}heapanalysis disabled" >&6 else - -cat >>confdefs.h <<\_ACEOF + cat >>confdefs.h <<\_ACEOF #define DO_HEAPANALYSIS 1 _ACEOF @@ -1332,7 +1327,6 @@ echo "${ECHO_T}heapanalysis enabled" >&6 fi - # Check whether --enable-libiberty or --disable-libiberty was given. if test "${enable_libiberty+set}" = set; then enableval="$enable_libiberty"