Skip to content

Commit 579c01c

Browse files
Changing the AC_SEARCH_LIB for zlib to AC_CHECK_LIB just because one works and one doesn't
1 parent 1fed127 commit 579c01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ AS_IF([test "x$enable_hts" = "xyes"],
5353
AM_CONDITIONAL([ENABLE_HTS], [test "x$enable_hts" = "xyes"])
5454

5555
dnl check for required libraries
56-
AC_SEARCH_LIBS([z],[zlibVersion])
56+
AC_CHECK_LIB([z],[zlibVersion])
5757

5858
AC_CONFIG_FILES([Makefile])
5959
AC_OUTPUT

0 commit comments

Comments
 (0)