Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit e073d08

Browse files
committed
replace tabs by spaces, adjust spacing
1 parent 7e7e983 commit e073d08

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

build/pkgs/qhull/spkg-configure.m4

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff 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
])

0 commit comments

Comments
 (0)