gedit-plugins r403 - trunk



Author: pborelli
Date: Sun Nov 30 14:03:55 2008
New Revision: 403
URL: http://svn.gnome.org/viewvc/gedit-plugins?rev=403&view=rev

Log:
2008-11-30  Paolo Borelli  <pborelli katamail com>

	* configure.ac: require gconf, remove wrong python test



Modified:
   trunk/ChangeLog
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sun Nov 30 14:03:55 2008
@@ -57,10 +57,11 @@
 
 PKG_CHECK_MODULES(GEDIT, [
 	glib-2.0 >= 2.13.0
+	gio-2.0 >= 2.16.0
 	gtk+-2.0 >= 2.13.0
+	gconf-2.0 >= 1.1.11
 	gtksourceview-2.0 >= 2.4.0
 	gedit-2.20 >= 2.24.0
-	gio-2.0 >= 2.16.0
 ])
 GEDIT_LIBS="${GEDIT_LIBS}"
 AC_SUBST(GEDIT_LIBS)
@@ -194,32 +195,6 @@
 	AC_SUBST([PYTHON_LIB_LOC])
 	AC_SUBST([PYTHON_CFLAGS])
 	AC_SUBST([PYTHON_EXTRA_LIBS])
-
-	# FIXME: do we really need this test?
-	AC_MSG_CHECKING([whether we can build a shared library depending on libpython])
-	rm -rf testpython
-	mkdir testpython
-	cd testpython
-	cat > testpython.c <<EOF
-#include <Python.h>
-int testpython (void)
-{
-Py_Exit (0);
-}
-EOF
-
-	if /bin/sh ../libtool --mode=compile ${CC} $PYTHON_CFLAGS -c testpython.c >/dev/null 2>&1 && \
-		/bin/sh ../libtool --mode=link ${CC} -o testpython.la -rpath `pwd` -module -avoid-version -no-undefined $PYTHON_LIB_LOC testpython.lo $PYTHON_LIBS $PYTHON_EXTRA_LIBS >/dev/null 2>&1 && \
-		grep 'dlname.*testpython' testpython.la >/dev/null 2>&1;
-	then
-		result=yes
-	else
-		result=no
-		have_python=no
-	fi
-	cd ..
-	rm -rf testpython
-	AC_MSG_RESULT([$result])
 fi
 
 if test "x$have_python" != "xno"



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