From ede117dc40d547cd457a420c9f7c9829cdb5f307 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Wed, 30 Jan 2019 15:10:23 -0800 Subject: [PATCH] [configure] Fix up --- configure.ac | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index ed2e823..1d96ecc 100644 --- a/configure.ac +++ b/configure.ac @@ -58,9 +58,6 @@ m4_define([hb_libtool_current], HB_LIBTOOL_VERSION_INFO=hb_libtool_current:hb_libtool_revision:hb_libtool_age AC_SUBST(HB_LIBTOOL_VERSION_INFO) -cxx_version=`$CXX --version` -AC_SUBST(cxx_version) - AC_ARG_WITH([libstdc++], [AS_HELP_STRING([--with-libstdc++=@<:@yes/no@:>@], [Allow linking with libstdc++ @<:@default=no@:>@])], @@ -518,13 +515,15 @@ docs/version.xml AC_OUTPUT +echo +echo "C++ compiler version:" +$CXX --version +echo + AC_MSG_NOTICE([ Build configuration: -C++ compiler version: -${cxx_version} - Unicode callbacks (you want at least one): Builtin (UCDN): ${have_ucdn} Glib: ${have_glib} -- 2.7.4