From: Paul Brossier Date: Sun, 30 Aug 2009 13:37:52 +0000 (+0200) Subject: configure.ac: add check for CXX X-Git-Tag: bzr2git~376 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ddfecbc6e36bd62fcafd4e5dcb8d92890d435926;p=aubio.git configure.ac: add check for CXX --- 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=