only check for c++ compiler if buildign qtopia engine

SVN revision: 18815
This commit is contained in:
Carsten Haitzler 2005-12-03 15:19:21 +00:00
parent 1b272aec90
commit cbb6684629
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,6 @@ AM_CONFIG_HEADER(config.h)
AC_C_BIGENDIAN
AC_PROG_CC
AM_PROG_CC_STDC
AC_PROG_CXX
AC_HEADER_STDC
AC_C_CONST
AM_ENABLE_SHARED
@ -374,6 +373,7 @@ AC_ARG_ENABLE(software-qtopia, [ --enable-software-qtopia enable the Sof
]
)
if test "x$have_evas_qtopia" = "xyes"; then
AC_PROG_CXX
AC_CHECK_HEADER(qdirectpainter_qws.h,
[
AM_CONDITIONAL(BUILD_ENGINE_SOFTWARE_QTOPIA, test "$enableval" = "yes")