Skip to content

Commit 85f84c0

Browse files
Turning off building of shared libraries by default.
1 parent bec0bf9 commit 85f84c0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

configure.ac

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ AC_PROG_CXX
3535
AX_CXX_COMPILE_STDCXX_11([noext], [mandatory])
3636

3737
AM_PROG_AR
38-
LT_INIT
38+
dnl Turn off shared libraries by default
39+
LT_INIT([disable-shared])
3940

4041
dnl the line breaks in thie message are intended
4142
hts_fail_msg="

0 commit comments

Comments
 (0)