rhythmbox r6007 - trunk



Author: jmatthew
Date: Sun Nov  2 01:18:53 2008
New Revision: 6007
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6007&view=rev

Log:
2008-11-02  Jonathan Matthew  <jonathan d14n org>

	* configure.ac: Report python compile/link problems a bit more
	usefully, and don't report python plugin support as being enabled
	unless it really is.  Fixes #558085.


Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Nov  2 01:18:53 2008
@@ -761,6 +761,12 @@
 	else
 		result=no
 		have_python=no
+		if test "x$enable_python" = "xyes"; then
+			AC_MSG_ERROR([Unable to build a shared library depending on libpython])
+		else
+			AC_MSG_WARN([Disabling python support])
+			enable_python=no
+		fi
 	fi
 	cd ..
 	rm -rf testpython
@@ -1031,7 +1037,7 @@
 else
 	AC_MSG_NOTICE([   HAL support disabled])
 fi
-if test x"$enable_python" != xno; then
+if test x"$enable_python" = xyes; then
 	AC_MSG_NOTICE([** Python plugin support enabled])
 else
 	AC_MSG_NOTICE([   Python plugin support disabled])



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