diff options
author | Tom Tromey <tromey@redhat.com> | 2005-08-25 13:51:55 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2005-08-25 13:51:55 +0000 |
commit | 5cf7b093117d19b1b692d91f35cd7cb4323aa51d (patch) | |
tree | bedb442f1149603bec8242a869e2a858472414aa /configure.ac | |
parent | 295fa14e0476a0d0ac27b70ff973fa5a2b8cad25 (diff) | |
download | classpath-5cf7b093117d19b1b692d91f35cd7cb4323aa51d.tar.gz |
* configure.ac: Call AC_PROG_CXX.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 6e63daa99..763e7f33e 100644 --- a/configure.ac +++ b/configure.ac @@ -169,7 +169,7 @@ AC_PROG_INSTALL dnl ----------------------------------------------------------- dnl Checks for programs. dnl ----------------------------------------------------------- -dnl AC_PROG_CXX +AC_PROG_CXX dnl Initialize libtool AC_DISABLE_STATIC AC_PROG_LIBTOOL |