From: Enrico Scholz Date: Tue, 3 Feb 2004 21:58:58 +0000 (+0000) Subject: added more details to the final summary X-Git-Tag: VERSION_0_10~772 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce6fdcc87b984696f134f11b909d044c12dd11de;p=util-vserver.git added more details to the final summary git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@773 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/configure.ac b/util-vserver/configure.ac index 03cd33e..910bed1 100644 --- a/util-vserver/configure.ac +++ b/util-vserver/configure.ac @@ -164,14 +164,22 @@ AH_BOTTOM([#include "compat.h"]) AC_CONFIG_FILES([util-vserver.spec Makefile distrib/Makefile]) AC_OUTPUT +ensc_cxx_affected= +ensc_c99_affected= +test x"$ensc_cv_cxx_cxxcompiler" = xyes || ensc_cxx_affected=" (affected: vbuild, vcheck)" +test x"$ensc_cv_c99_c99compiler" = xyes || ensc_c99_affected=" (affected: vunify)" + AC_MSG_NOTICE([ $PACKAGE_STRING Features: + CPPFLAGS: '$CPPFLAGS' + CFLAGS: '$CFLAGS' + CXXFLAGS: '$CXXFLAGS' Use dietlibc: $ensc_have_dietlibc - Build C++ programs: $ensc_cv_cxx_cxxcompiler - Build C99 programs: $ensc_cv_c99_c99compiler + Build C++ programs: $ensc_cv_cxx_cxxcompiler$ensc_cxx_affected + Build C99 programs: $ensc_cv_c99_c99compiler$ensc_c99_affected Available APIs: $enable_apis ext2fs Source: $ensc_cv_test_ext2fs_header