From 296e0f9c049355a42be0f462b9f6282d85b1a0ef Mon Sep 17 00:00:00 2001 From: Daniele Rapetti <5535617+Iximiel@users.noreply.github.com> Date: Thu, 14 Dec 2023 14:08:51 +0100 Subject: [PATCH] rerun autoconf --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 01c5f708ef..eab0c618a3 100755 --- a/configure +++ b/configure @@ -9070,8 +9070,8 @@ $as_echo "$as_me: WARNING: cannot enable pycv" >&2;} fi if test $python = true ; then - { $as_echo "$as_me:${as_lineno-$LINENO}: checking python wrappers: support for required python modules (python3, setuptools, cython)" >&5 -$as_echo_n "checking python wrappers: support for required python modules (python3, setuptools, cython)... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: checking python wrapper: support for required python modules (python3, setuptools, cython)" >&5 +$as_echo_n "checking python wrapper: support for required python modules (python3, setuptools, cython)... " >&6; } testimport=" from setuptools import setup from setuptools import Extension