blob: 693f3a8534f3c9dfd96aefff7d48400337528ee2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2013-03-29 22:15:44.000000000 +0000
+++ configure 2013-03-29 22:18:30.000000000 +0000
@@ -14623,7 +14623,7 @@
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for libraries required to link against libpython" >&5
$as_echo_n "checking for libraries required to link against libpython... " >&6; }
-if test "x$PYTHON_LIBS" == x; then
+if test "x$PYTHON_LIBS" = x; then
PYTHON_LIBS=`$PYTHON-config --ldflags --libs`
fi
|