[nautilus-python] Fixed AM_CHECK_PYTHON_LIBS usage of test (GNOME bug 619440).



commit 746bf54d7f961ab43495b6329d0b1a8b0dd200da
Author: Frédéric Péters <fpeters 0d be>
Date:   Mon May 24 08:24:03 2010 -0400

    Fixed AM_CHECK_PYTHON_LIBS usage of test (GNOME bug 619440).

 m4/python.m4 |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/m4/python.m4 b/m4/python.m4
index a87c8e2..dfa1919 100644
--- a/m4/python.m4
+++ b/m4/python.m4
@@ -115,11 +115,11 @@ dnl deduce PYTHON_LIBS
 py_exec_prefix=`$PYTHON -c "import sys; print sys.exec_prefix"`
 AC_MULTILIB(yes)
 
-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
 AC_SUBST(PYTHON_LIBS)



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