From 869fd68b4a0e891efe74274a640e38178a0b7d5c Mon Sep 17 00:00:00 2001 From: Szymon Siwek Date: Fri, 28 Nov 2008 11:27:45 +0000 Subject: [PATCH] - applied upstream in 2.24.2 Changed files: gedit2-python.patch -> 1.3 --- gedit2-python.patch | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 gedit2-python.patch diff --git a/gedit2-python.patch b/gedit2-python.patch deleted file mode 100644 index f3bc7e1..0000000 --- a/gedit2-python.patch +++ /dev/null @@ -1,34 +0,0 @@ ---- gedit-2.23.92/configure.ac~ 2008-09-12 23:25:45.000000000 +0200 -+++ gedit-2.23.92/configure.ac 2008-09-12 23:29:40.082029119 +0200 -@@ -220,31 +220,6 @@ - AC_SUBST([PYTHON_LIB_LOC]) - AC_SUBST([PYTHON_CFLAGS]) - AC_SUBST([PYTHON_EXTRA_LIBS]) -- -- dnl 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 < --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" != "xyes"; then -- 2.43.0