13 lines
493 B
Plaintext
13 lines
493 B
Plaintext
$OpenBSD: patch-configure_ac,v 1.2 2007/12/30 22:46:22 jasper Exp $
|
|
--- configure.ac.orig Thu Nov 22 19:09:07 2007
|
|
+++ configure.ac Sun Dec 30 21:19:34 2007
|
|
@@ -179,7 +179,7 @@ if test -z "$DBUS_BINDING_TOOL"; then
|
|
AC_MSG_ERROR([dbus-binding-tool (from dbus-glib) is required])
|
|
fi
|
|
PYTHON=
|
|
-AC_CHECK_PROGS([PYTHON], [python2.3 python2.4 python2.5 python])
|
|
+AC_CHECK_PROGS([PYTHON], [python2.5])
|
|
if test -z "$PYTHON"; then
|
|
AC_MSG_ERROR([Python is required to compile this package])
|
|
fi
|