From ddfecbc6e36bd62fcafd4e5dcb8d92890d435926 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Sun, 30 Aug 2009 15:37:52 +0200 Subject: [PATCH] configure.ac: add check for CXX --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 05b6a3ec..d02e82bf 100644 --- a/configure.ac +++ b/configure.ac @@ -28,6 +28,7 @@ AM_PROG_CC_C_O dnl compiling with per-target flag if test "$ac_cv_prog_cc" = "no" ; then AC_MSG_ERROR([*** No C compiler found !]) fi +AC_PROG_CXX AC_PROG_INSTALL AUBIO_CFLAGS= -- 2.11.0