configure.ac: add check for CXX
authorPaul Brossier <piem@piem.org>
Sun, 30 Aug 2009 13:37:52 +0000 (15:37 +0200)
committerPaul Brossier <piem@piem.org>
Sun, 30 Aug 2009 13:37:52 +0000 (15:37 +0200)
configure.ac

index 05b6a3e..d02e82b 100644 (file)
@@ -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=