We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3049bb6 commit 0bfba21Copy full SHA for 0bfba21
configure.ac
@@ -41,17 +41,8 @@ installed locally.
41
])])
42
AM_CONDITIONAL([HAS_HTSLIB], [test "x$ax_cv_htslib" = "xyes"])
43
44
-dnl check for gsl
45
-AX_CHECK_ZLIB(, [AC_MSG_ERROR([zlib not found.
46
-
47
-zlib is required for using libsmithlab_cpp. Please use --with-zlib=DIR
48
-to specify zlib installation if you have it installed locally.
49
-])])
50
51
52
-AC_CHECK_HEADERS([gsl/gsl_blas.h], [],
53
- [AC_MSG_ERROR([failed to find gsl headers])])
54
-AC_CHECK_LIB([m],[main])
+dnl check for required libraries
+AC_CHECK_LIB([z],[zlibVersion])
55
AC_CHECK_LIB([gslcblas],[main])
56
AC_CHECK_LIB([gsl],[main])
57
0 commit comments