conduit r1715 - in trunk: . m4



Author: johncarr
Date: Mon Sep  1 10:01:50 2008
New Revision: 1715
URL: http://svn.gnome.org/viewvc/conduit?rev=1715&view=rev

Log:
Fix python.m4 to be more portable. Thanks to Halton Huo

Modified:
   trunk/ChangeLog
   trunk/m4/python.m4

Modified: trunk/m4/python.m4
==============================================================================
--- trunk/m4/python.m4	(original)
+++ trunk/m4/python.m4	Mon Sep  1 10:01:50 2008
@@ -231,7 +231,7 @@
 	print 'yes'
 "
 out=`$PYTHON -c "$prog"`
-if test "x$out" == xyes; then
+if test "x$out" = xyes; then
   AC_MSG_RESULT([yes])
   ifelse([$4], [],, [$4
 ])dnl



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