Commit 2378c2d7 authored by Max Kellermann's avatar Max Kellermann

configure.ac: add automake conditional HAVE_CXX

parent bbdb4a67
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment