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 8f788b6 commit 37a63f7Copy full SHA for 37a63f7
1 file changed
configure.ac
@@ -214,5 +214,7 @@ AM_CONDITIONAL([HOST_LINUX], [test "$build_linux" = "yes"])
214
AM_CONDITIONAL([HOST_WINDOWS], [test "$build_windows" = "yes"])
215
AM_CONDITIONAL([HOST_OSX], [test "$build_mac" = "yes"])
216
217
+AM_CONDITIONAL([USE_SHARED], [test "x$enable_shared" = xyes])
218
+
219
AC_CONFIG_FILES([Makefile wxsqlite3.pc])
220
AC_OUTPUT
0 commit comments