From 9913fe18b59604ffb19a152d411e791920a18348 Mon Sep 17 00:00:00 2001 From: Gildas Bazin Date: Mon, 31 Jan 2005 11:41:03 +0000 Subject: [PATCH] * configure.ac: hopefully the final fix for the c++ build. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 781b62515b..f77ad1a019 100644 --- a/configure.ac +++ b/configure.ac @@ -28,7 +28,7 @@ AC_PROG_CC AM_PROG_CC_C_O AC_PROG_CPP AC_PROG_CXX -"${CXX}" --version >/dev/null 2>&1 || CXX="" +eval "${CXX} --version" >/dev/null 2>&1 || CXX="" if test "${CXX}" != ""; then AC_PROG_CXXCPP fi -- GitLab