mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
24 lines
992 B
Text
24 lines
992 B
Text
--- configure.orig 2019-07-24 03:34:23 UTC
|
|
+++ configure
|
|
@@ -17102,10 +17102,6 @@ $as_echo "yes" >&6; }
|
|
else
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
$as_echo "no" >&6; }
|
|
- if test yes = "$with_python" ; then
|
|
- as_fn_error $? "Couldn't import sphinx module and call sphinx.main() for Python2 - try package python-sphinx" "$LINENO" 5
|
|
- fi
|
|
- PYTHON2=
|
|
fi
|
|
if test -n "$PYTHON2" ; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PYTHON2_INC/Python.h" >&5
|
|
@@ -17289,10 +17285,6 @@ $as_echo "yes" >&6; }
|
|
else
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
|
|
$as_echo "no" >&6; }
|
|
- if test yes = "$with_python3" ; then
|
|
- as_fn_error $? "Couldn't import sphinx module for Python3 - try package python3-sphinx" "$LINENO" 5
|
|
- fi
|
|
- PYTHON3=
|
|
fi
|
|
if test -n "$PYTHON3" ; then
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $PYTHON3_INC/Python.h" >&5
|