X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=6191d63afc5048c9e46a54ffa2188c67b36f3892;hb=c5cb3c29db21ec1da5d89332868473e552d1b436;hp=2abfb048eafdf24af1a9bb5aa1927158712f7dc9;hpb=129cf018ee49f001ade5e634c69fc00dfd2262c9;p=libfirm diff --git a/configure b/configure index 2abfb048e..6191d63af 100755 --- a/configure +++ b/configure @@ -834,6 +834,7 @@ Optional Features: --disable-libiberty disable own libiberty parts --disable-hooks disable Firm hooks --enable-statistics enable Firm statistics + --enable-libcore enable libcore debugging --disable-external-effects disable descriptions of external effects in XML Optional Packages: @@ -1215,8 +1216,8 @@ 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/ana2/Makefile ir/stat/Makefile \ ir/opt/Makefile ir/external/Makefile ir/config/Makefile \ + ir/arch/Makefile ir/be/Makefile \ testprograms/Makefile firmjni/Makefile firmjni/testprograms/Makefile \ - ir/be/Makefile \ libfirm.doxygen" ac_config_headers="$ac_config_headers config.h" @@ -1358,7 +1359,7 @@ fi; if test "${enable_libiberty+set}" = set; then enableval="$enable_libiberty" if test "$enableval"=yes; then - disable_libiberty_=yes + disable_libiberty=yes fi else disable_libiberty=no @@ -1394,6 +1395,18 @@ fi fi; +# Check whether --enable-libcore or --disable-libcore was given. +if test "${enable_libcore+set}" = set; then + enableval="$enable_libcore" + if test "$enableval"=yes; then + cat >>confdefs.h <<\_ACEOF +#define WITH_LIBCORE 1 +_ACEOF + +fi +fi; + + echo "$as_me:$LINENO: checking for using external effects in xml2" >&5 echo $ECHO_N "checking for using external effects in xml2... $ECHO_C" >&6 # Check whether --enable-external-effects or --disable-external-effects was given. @@ -5146,6 +5159,7 @@ s,@enable_heapanalysis@,$enable_heapanalysis,;t t s,@enable_backend@,$enable_backend,;t t s,@disable_libiberty@,$disable_libiberty,;t t s,@enable_statistics@,$enable_statistics,;t t +s,@enable_libcore@,$enable_libcore,;t t s,@enable_external_effects@,$enable_external_effects,;t t s,@CC@,$CC,;t t s,@CFLAGS@,$CFLAGS,;t t