fix c++ check on some platforms.

i guess it was automake change (1.11 x 1.13)


SVN revision: 82996
This commit is contained in:
Gustavo Sverzut Barbieri 2013-01-18 19:33:02 +00:00
parent c6358ff322
commit 68610d3d28
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ AM_PROG_CC_C_O
if test "x${ac_cv_prog_cc_c99}" = "xno" ; then
AC_MSG_ERROR([efl requires a c99-capable compiler])
fi
if test "x${ac_cv_prog_ac_ct_CXX}" = "x" ; then
if test "x${ac_cv_prog_ac_ct_CXX:-${ac_cv_prog_CXX}}" = "x" ; then
AC_MSG_ERROR([efl requires a C++ compiler])
fi