mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
cd5fa1ee4e
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
14 lines
520 B
Diff
14 lines
520 B
Diff
Index: telepathy-glib-0.7.29/configure.ac
|
|
===================================================================
|
|
--- telepathy-glib-0.7.29.orig/configure.ac 2009-05-15 14:33:49.000000000 +0100
|
|
+++ telepathy-glib-0.7.29/configure.ac 2009-05-15 14:33:56.000000000 +0100
|
|
@@ -174,7 +174,7 @@
|
|
if test -z "$XSLTPROC"; then
|
|
AC_MSG_ERROR([xsltproc (from the libxslt source package) is required])
|
|
fi
|
|
-AM_PATH_PYTHON([2.3])
|
|
+AM_PATH_PYTHON([2.5])
|
|
|
|
dnl glibc backtrace functions
|
|
AC_CHECK_FUNCS(backtrace backtrace_symbols_fd)
|