From 7f25cd1e67cd844169ed85fef3ca8d9b3712a5ad Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 9 Feb 2007 03:28:35 +0000 Subject: example c++ client --- configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 035ae7d..b173942 100644 --- a/configure.in +++ b/configure.in @@ -8,6 +8,7 @@ AM_MAINTAINER_MODE AC_ISC_POSIX AC_PROG_CC +AC_PROG_CXX AM_PROG_CC_STDC AC_HEADER_STDC @@ -24,6 +25,7 @@ AC_OUTPUT([ Makefile src/Makefile examples/Makefile + examples/cpp/Makefile tests/Makefile tests/interop/Makefile tests/cunit/Makefile -- cgit