blob: 191015be10d12fc9c3ed2a27da0570015162bff4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
--- configure.orig 2010-01-18 02:10:37.000000000 -0500
+++ configure 2010-01-18 02:10:56.000000000 -0500
@@ -10479,11 +10479,11 @@ py_exec_prefix=`$PYTHON -c "import sys;
-if test "x$PYTHON_LIBS" == x; then
+if test "x$PYTHON_LIBS" = x; then
PYTHON_LIBS="-L${py_prefix}/lib${libdirsuffix} -lpython${PYTHON_VERSION}"
fi
-if test "x$PYTHON_LIB_LOC" == x; then
+if test "x$PYTHON_LIB_LOC" = x; then
PYTHON_LIB_LOC="${py_prefix}/lib${libdirsuffix}"
fi
|