gimp r26798 - trunk



Author: neo
Date: Thu Aug 28 12:32:48 2008
New Revision: 26798
URL: http://svn.gnome.org/viewvc/gimp?rev=26798&view=rev

Log:
2008-08-28  Sven Neumann  <sven gimp org>

	* configure.in: use echo, not $echo in the Win32-specific code
	that sets up the Python build variables.



Modified:
   trunk/ChangeLog
   trunk/configure.in

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Aug 28 12:32:48 2008
@@ -1650,7 +1650,7 @@
   PYLINK_LIBS=
   if test "x$platform_win32" = "xyes"; then
     PYBIN_PATH="$py_exec_prefix\pythonw.exe"
-    PYTHON_INCLUDES=`$echo "$PYTHON_INCLUDES" | sed -e 's/\\\\/\\//g'`
+    PYTHON_INCLUDES=`echo "$PYTHON_INCLUDES" | sed -e 's/\\\\/\\//g'`
     py_exec_prefix=`echo "$py_exec_prefix" | sed -e 's/\\\\/\\//g'`
     pylibversion=`echo $PYTHON_VERSION | sed -e 's/\\.//'`
     PYLINK_LIBS="-L${py_exec_prefix}/libs -lpython${pylibversion}"



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