File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 310
310
AC_CHECK_HEADER ( bzlib.h , [
311
311
AC_SEARCH_LIBS ( [ BZ2_bzCompress] , [ bz2] , [
312
312
AC_PATH_PROG ( [ bzip2_prog] , [ bzip2] )
313
- AS_IF ( [ test x$bzip2_prog = x
314
- ] , [ AC_MSG_ERROR ( [ could not find bzip2 executable. Cf. https://doc.sagemath.org/html/en/reference/spkg/_prereq.html] ) ] )
313
+ AS_IF ( [ test x$bzip2_prog = x] ,
314
+ [ AC_MSG_ERROR ( [ could not find bzip2 executable. Cf. https://doc.sagemath.org/html/en/reference/spkg/_prereq.html] ) ] )
315
315
] , [ AC_MSG_ERROR ( [ could not find libbz2 library. Cf. https://doc.sagemath.org/html/en/reference/spkg/_prereq.html] ) ] )
316
316
] , [ AC_MSG_ERROR ( [ could not find bzlib.h - the header of libbz2 library. Cf. https://doc.sagemath.org/html/en/reference/spkg/_prereq.html] )
317
317
] )
You can’t perform that action at this time.
0 commit comments