adonthell-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Adonthell-commits] CVS: adonthell configure.in,1.82,1.83


From: Alexandre Courbot <address@hidden>
Subject: [Adonthell-commits] CVS: adonthell configure.in,1.82,1.83
Date: Fri, 17 Jan 2003 16:53:41 -0500

Update of /cvsroot/adonthell/adonthell
In directory subversions:/tmp/cvs-serv2937

Modified Files:
        configure.in 
Log Message:
Fixed Python configure bug


Index: configure.in
===================================================================
RCS file: /cvsroot/adonthell/adonthell/configure.in,v
retrieving revision 1.82
retrieving revision 1.83
diff -C2 -r1.82 -r1.83
*** configure.in        12 Jan 2003 23:24:28 -0000      1.82
--- configure.in        17 Jan 2003 21:53:39 -0000      1.83
***************
*** 217,221 ****
     if test x$haveldd != x ; then
         changequote(<<, >>)
!        py_deps=`ldd $PYPACKAGE | sed 's/\( *lib\([^\/]*\)\.so.*=.*$\)/-l\2/p; 
d'`
         for py_lib in $py_deps ; do
           if test "$py_lib" != "-lm" && test "$py_lib" != "-lc" ; then
--- 217,221 ----
     if test x$haveldd != x ; then
         changequote(<<, >>)
!        py_deps=`ldd $PYPACKAGE | sed 's/\( *lib\([^\/]*\)\.so.*=.*$\)/-l\2/p; 
d' | grep -v 'stdc++'`
         for py_lib in $py_deps ; do
           if test "$py_lib" != "-lm" && test "$py_lib" != "-lc" ; then





reply via email to

[Prev in Thread] Current Thread [Next in Thread]