diff options
author | RĂ©mi Cardona <remi@gentoo.org> | 2008-08-09 17:04:07 +0200 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2008-08-09 17:04:07 +0200 |
commit | c8a1aedf87bbb200fc5daa0ec8559a2d84fbb61d (patch) | |
tree | b4ca484d173a49191d46157440f960be5720d8eb /configure.in | |
parent | 95bd4f1bf9a62f1551461841d64f6f1cdea6a92e (diff) |
add libtool-2.2 support
Fix for aclocal to work properly with libtool 2.2 which no longer
checks for C++ automatically (this patch is of course backwards
compatible with libtool 1.5.x)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 503c09db..d25a64bd 100644 --- a/configure.in +++ b/configure.in @@ -29,6 +29,7 @@ AC_SUBST(LT_AGE) AC_ISC_POSIX AC_PROG_CC +AC_PROG_CXX AM_PROG_CC_C_O AC_HEADER_STDC AC_PROG_LIBTOOL |