hal: Branch 'master'

Danny Kukawka dkukawka at kemper.freedesktop.org
Sat Aug 9 08:34:13 PDT 2008


 configure.in |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c8a1aedf87bbb200fc5daa0ec8559a2d84fbb61d
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sat Aug 9 17:04:07 2008 +0200

    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)

diff --git a/configure.in b/configure.in
index 503c09d..d25a64b 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


More information about the hal-commit mailing list