From 84d3aa652f4e5853d5612bd4b189c2146168f038 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 5 Aug 2010 01:53:15 -0400 Subject: [PATCH] Beautify configure output Checking for cpp before using it avoids somewhat ugly nested output. Pointed out in bug 593544. --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index 8d7c725..72740ad 100644 --- a/configure.ac +++ b/configure.ac @@ -100,6 +100,10 @@ AC_SUBST(LT_CURRENT_MINUS_AGE) dnl Initialize maintainer mode AM_MAINTAINER_MODE +dnl Checks for programs. +AC_PROG_CC +AC_PROG_CPP + AC_CANONICAL_HOST AC_MSG_CHECKING([for the BeOS]) @@ -259,10 +263,6 @@ AC_SUBST(GLIB_RUNTIME_LIBDIR) AC_SUBST(ABS_GLIB_RUNTIME_LIBDIR) AM_CONDITIONAL(HAVE_GLIB_RUNTIME_LIBDIR, [test "x$with_runtime_libdir" != "x"]) -dnl Checks for programs. -AC_PROG_CC -AC_PROG_CPP - dnl Check for a working C++ compiler, but do not bail out, if none is found. AC_CHECK_TOOLS(CXX, [$CCC c++ g++ gcc CC cxx cc++ cl], [gcc]) AC_LANG_SAVE -- 2.7.4