X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=configure;h=10d303c1a0eded790454c065ee24d2b6bb50d2be;hb=a73258fd0b489615eaf52f0004d0604dba541b1d;hp=83e5814d9de9054e5d435d5669f24f73d2c88e25;hpb=239122657515ff4b2cbcccb4faac2a5f917f1b6b;p=libfirm diff --git a/configure b/configure index 83e5814d9..10d303c1a 100755 --- a/configure +++ b/configure @@ -1323,7 +1323,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu -ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/debug/Makefile \ +ac_output_file="Makefile MakeRules ir/Makefile ir/adt/Makefile ir/net/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 \ @@ -1571,6 +1571,8 @@ fi fi; +echo "$as_me:$LINENO: checking for ilp solver support" >&5 +echo $ECHO_N "checking for ilp solver support... $ECHO_C" >&6 # Check whether --enable-ilp or --disable-ilp was given. if test "${enable_ilp+set}" = set; then enableval="$enable_ilp" @@ -1582,7 +1584,16 @@ _ACEOF fi fi; +if test "$enable_ilp" == yes; then + echo "$as_me:$LINENO: result: enabled" >&5 +echo "${ECHO_T}enabled" >&6 +else + echo "$as_me:$LINENO: result: disabled" >&5 +echo "${ECHO_T}disabled" >&6 +fi +echo "$as_me:$LINENO: checking for jvm support" >&5 +echo $ECHO_N "checking for jvm support... $ECHO_C" >&6 # Check whether --enable-jvm or --disable-jvm was given. if test "${enable_jvm+set}" = set; then enableval="$enable_jvm" @@ -1594,7 +1605,13 @@ _ACEOF fi fi; - +if test "$enable_jvm" == yes; then + echo "$as_me:$LINENO: result: enabled" >&5 +echo "${ECHO_T}enabled" >&6 +else + echo "$as_me:$LINENO: result: disabled" >&5 +echo "${ECHO_T}disabled" >&6 +fi # Check whether --enable-wchar_support or --disable-wchar_support was given.