Commit 9913fe18 authored by Gildas Bazin's avatar Gildas Bazin

* configure.ac: hopefully the final fix for the c++ build.

parent e485b11c
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment