From c8c20c41a94e5635aad5f7fb2a7fc1b36fe42327 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Sun, 27 Aug 2006 12:19:49 +0200 Subject: remove old and broken python.m4 install ac_python_devel.m4 from autoconf-archive beautofy bootstrap rebootstrap --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 17dd4c5..6cdb068 100644 --- a/configure.in +++ b/configure.in @@ -78,8 +78,8 @@ AC_ARG_WITH(python, [ --with-python enable python support [[default=no]]], [AC_MSG_RESULT($withval)], [AC_MSG_RESULT(no)]) if test "$with_python" = "yes"; then - sinclude(python.m4) - PYTHON__DEVEL + sinclude(ac_python_devel.m4) + AC_PYTHON_DEVEL fi # drivers -- cgit v1.2.3