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 4f82f16 commit f36b322Copy full SHA for f36b322
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