23 lines
807 B
Diff
23 lines
807 B
Diff
--- gedit-2.15.1/configure.ac.python 2006-04-24 14:07:25.000000000 -0400
|
|
+++ gedit-2.15.1/configure.ac 2006-05-09 21:36:47.000000000 -0400
|
|
@@ -116,10 +116,6 @@
|
|
fi
|
|
|
|
if test "x$have_python" != "xno"; then
|
|
- AM_CHECK_PYTHON_HEADERS([],[have_python=no])
|
|
-fi
|
|
-
|
|
-if test "x$have_python" != "xno"; then
|
|
PY_PREFIX=`$PYTHON -c 'import sys ; print sys.prefix'`
|
|
PY_EXEC_PREFIX=`$PYTHON -c 'import sys ; print sys.exec_prefix'`
|
|
PYTHON_LIBS="-lpython$PYTHON_VERSION"
|
|
@@ -224,8 +220,6 @@
|
|
dnl ================================================================
|
|
AC_PATH_PROG(GLIB_GENMARSHAL, glib-genmarshal)
|
|
|
|
-GNOME_COMPILE_WARNINGS(yes)
|
|
-
|
|
AC_ARG_ENABLE(deprecations,
|
|
[AC_HELP_STRING([--enable-deprecations],
|
|
[warn about deprecated usages [default=no]])],,
|