From 7d67f5e6493dcee86efc28afa90adede0d6a6f3a Mon Sep 17 00:00:00 2001 From: Cesar Douady Date: Thu, 18 Apr 2024 17:29:28 +0200 Subject: [PATCH] improve PCRE2 detection --- _bin/sys_config | 2 -- 1 file changed, 2 deletions(-) diff --git a/_bin/sys_config b/_bin/sys_config index c0b2f80c..a3080711 100755 --- a/_bin/sys_config +++ b/_bin/sys_config @@ -18,8 +18,6 @@ PYTHON2=${PYTHON2:-python2} ; PYTHON2=$(type -p $PYTHON2||:) PYTHON=${PYTHON:-python3} ; PYTHON=$( type -p $PYTHON ) CXX=${CXX:-g++} ; CXX=$( type -p $CXX ) -echo /$PYTHON2/ /$PYTHON/ /$CXX/ - # # Python configuration (Python2 is optional) #