This repository was archived by the owner on Jan 30, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed
Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,23 @@ SAGE_SPKG_CONFIGURE([qhull], [
44 AS_IF ( [ test x$QHULL = x] , [
55 AC_MSG_NOTICE ( [ qhull not found. Installing qhull] )
66 sage_spkg_install_qhull=yes
7- ] , [
7+ ] , [
88 AC_MSG_CHECKING ( [ is qhull's version good enough? ] )
99 qhull_ver=`$QHULL -V | cut -d' ' -f2 2>> config.log`
1010 AX_COMPARE_VERSION ( [ $qhull_ver] , [ ge] , [ $SAGE_QHULL_MINVER] , [
1111 AC_MSG_RESULT ( [ yes.] )
1212 AC_MSG_CHECKING ( [ is qhull_r library and headers installed? ] )
1313 AC_CHECK_HEADER ( [ libqhull_r/libqhull_r.h] , [
14- AC_SEARCH_LIBS ( [ qh_distplane] , [ qhull_r] , [
15- AC_MSG_RESULT ( [ yes. Use system's qhull] )
16- ] , [
14+ AC_SEARCH_LIBS ( [ qh_distplane] , [ qhull_r] , [
15+ AC_MSG_RESULT ( [ yes. Use system's qhull] )
16+ ] , [
1717 AC_MSG_RESULT ( [ no. Install qhull] )
1818 sage_spkg_install_qhull=yes] ) dnl SEARCH_LIBS
19- ] , [
20- AC_MSG_RESULT ( [ no. Install qhull] )
21- sage_spkg_install_qhull=yes] ) dnl CHECK_HEADER
22- ] ) dnl COMPARE_VERSION
19+ ] , [
20+ AC_MSG_RESULT ( [ no. Install qhull] )
21+ sage_spkg_install_qhull=yes
22+ ] ) dnl CHECK_HEADER
23+ ] ) dnl COMPARE_VERSION
2324 ] ) dnl IF
2425 m4_popdef ( [ SAGE_QHULL_MINVER] )
2526] )
You can’t perform that action at this time.
0 commit comments