File pybliographer-1.2.7.disable-pygtk.diff of Package pybliographer
--- pybliographer-1.2.7/configure.ac.~1~ 2005-10-13 18:11:14.000000000 +0200
+++ pybliographer-1.2.7/configure.ac 2005-10-17 12:59:37.000000000 +0200
@@ -53,16 +53,16 @@
AC_MSG_ERROR([unable to run the test program])
fi
-if test $result = 0 ; then
- if test -z "${Status}" ; then
- AC_MSG_RESULT([yes (python ${Python_Version}, python-gtk ${PyGtk_Version})])
- else
- AC_MSG_RESULT([assuming yes (${Status})])
- fi
-else
- AC_MSG_RESULT([no])
- AC_MSG_ERROR([${Status}])
-fi
+dnl if test $result = 0 ; then
+dnl if test -z "${Status}" ; then
+dnl AC_MSG_RESULT([yes (python ${Python_Version}, python-gtk ${PyGtk_Version})])
+dnl else
+dnl AC_MSG_RESULT([assuming yes (${Status})])
+dnl fi
+dnl else
+dnl AC_MSG_RESULT([no])
+dnl AC_MSG_ERROR([${Status}])
+dnl fi
dnl NLS is now hand-managed for python.
Diff finished. Mon Oct 17 12:59:42 2005