updated on Sun Jan 15 04:04:02 UTC 2012
[aur-mirror.git] / adonthell / configure.diff
blobbefefa94c972099a7812705f078440cdbe2876f4
1 --- configure.orig 2008-08-31 02:00:02.000000000 +0200
2 +++ configure 2008-08-31 02:01:23.000000000 +0200
3 @@ -2627,7 +2627,7 @@
4 ac_config_headers="$ac_config_headers config.h"
7 -CFLAGS="-g -Wall -fno-exceptions"
8 +CFLAGS+=" -fno-exceptions"
9 CPPFLAGS=""
10 DEFS=""
12 @@ -23056,16 +23055,7 @@
13 { echo "$as_me:$LINENO: checking for Python's dependencies" >&5
14 echo $ECHO_N "checking for Python's dependencies... $ECHO_C" >&6; }
16 - if test x$haveldd != x ; then
18 - py_deps=`ldd $PYPACKAGE | sed 's/\( *.*lib\([^\/]*\)\.so.*=.*$\)/-l\2/p; d' | grep -v 'stdc++'`
19 - for py_lib in $py_deps ; do
20 - if test "$py_lib" != "-lm" && test "$py_lib" != "-lc" ; then
21 - PY_DEPS="$PY_DEPS $py_lib"
22 - fi
23 - done
25 - fi
26 + PY_DEPS="$PY_DEPS `python-config --libs` -lutil"
28 case $target in
29 *-sun-solaris*)