Skip to content

Commit 9de0e06

Browse files
author
Matthias Koeppe
committed
build/pkgs/qhull/spkg-configure.m4: Fix test for library
1 parent 3832350 commit 9de0e06

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

build/pkgs/qhull/spkg-configure.m4

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,11 @@ SAGE_SPKG_CONFIGURE([qhull], [
1919
], [
2020
AC_MSG_RESULT([no. Install qhull])
2121
sage_spkg_install_qhull=yes
22-
]) dnl CHECK_HEADER
23-
]) dnl COMPARE_VERSION
22+
]), dnl CHECK_HEADER
23+
], [
24+
AC_MSG_RESULT([no. Install qhull])
25+
sage_spkg_install_qhull=yes
26+
]) dnl AX_COMPARE_VERSION
2427
]) dnl IF
2528
m4_popdef([SAGE_QHULL_MINVER])
2629
])

0 commit comments

Comments
 (0)