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 05b6a3ec0d5beb6637e66ccd7c050e6ce34adf3a..d02e82bfb8f339009a53e6179032a878dfb7c7e6 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=