configure.ac: add automake conditional HAVE_CXX

This commit is contained in:
Max Kellermann 2011-10-03 12:40:45 +02:00
parent bbdb4a67e1
commit 2378c2d754

View File

@ -29,6 +29,7 @@ if test x$CXX = xg++; then
HAVE_CXX=no
fi
fi
AM_CONDITIONAL(HAVE_CXX, test x$HAVE_CXX = xyes)
AC_PROG_INSTALL
AC_PROG_MAKE_SET