diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-01-17 23:38:36 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-01-17 23:38:36 -0500 |
commit | afa0a7ee31d4956f99f55e2c423ba20a06409bc7 (patch) | |
tree | e94d6fbcc1f9c25badcf3aadf05178da6b6ac0d6 /configure.ac | |
parent | 5cf288488668c3be8e45757f873d61973493930c (diff) | |
download | dimension-afa0a7ee31d4956f99f55e2c423ba20a06409bc7.tar.xz |
Add a C++ test.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c7d436d..b139b95 100644 --- a/configure.ac +++ b/configure.ac @@ -22,6 +22,7 @@ AM_INIT_AUTOMAKE([parallel-tests]) dnl Programs AC_PROG_CC AM_PROG_CC_C_O +AC_PROG_CXX AM_PROG_LEX AC_PROG_YACC AM_PROG_AS |