commit | fcc4daa5e3faab4d3e7aaf3485b87dba6d7d02ee | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jefft0@gmail.com> | Tue Oct 01 14:52:23 2013 -0700 |
committer | Jeff Thompson <jefft0@gmail.com> | Tue Oct 01 14:52:23 2013 -0700 |
tree | 1372a2d98c09c99da16a51cb0fc22ea35537ad45 | |
parent | 0f2096f06b5402f0d4b195dd4692b1868fcd6d25 [diff] [blame] |
make: Added AC_PROG_OBJCXX.
diff --git a/configure.ac b/configure.ac index fd9a589..e52453c 100644 --- a/configure.ac +++ b/configure.ac
@@ -9,6 +9,7 @@ AC_PROG_LIBTOOL AC_PROG_CXX AM_PROG_CC_C_O +AC_PROG_OBJCXX AC_LANG([C++]) AX_CXX_COMPILE_STDCXX_11(, optional)