Skip to content

Commit 37a63f7

Browse files
committed
Restore USE_SHARED in configure.ac
1 parent 8f788b6 commit 37a63f7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configure.ac

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,5 +214,7 @@ AM_CONDITIONAL([HOST_LINUX], [test "$build_linux" = "yes"])
214214
AM_CONDITIONAL([HOST_WINDOWS], [test "$build_windows" = "yes"])
215215
AM_CONDITIONAL([HOST_OSX], [test "$build_mac" = "yes"])
216216

217+
AM_CONDITIONAL([USE_SHARED], [test "x$enable_shared" = xyes])
218+
217219
AC_CONFIG_FILES([Makefile wxsqlite3.pc])
218220
AC_OUTPUT

0 commit comments

Comments
 (0)