]> git.sesse.net Git - vlc/commitdiff
* configure.ac: hopefully the final fix for the c++ build.
authorGildas Bazin <gbazin@videolan.org>
Mon, 31 Jan 2005 11:41:03 +0000 (11:41 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 31 Jan 2005 11:41:03 +0000 (11:41 +0000)
configure.ac

index 781b62515ba13363169c3cb9a2a445f870d6b3fd..f77ad1a019b7247c926b0380790f38eff1f0c2e3 100644 (file)
@@ -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