mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 02:02:38 +01:00
configure.ac: Remove sqlite support.
This commit is contained in:
parent
e95fe7fbd9
commit
cb0878999b
1 changed files with 0 additions and 26 deletions
26
configure.ac
26
configure.ac
|
@ -1019,32 +1019,6 @@ fi
|
|||
|
||||
|
||||
|
||||
dnl
|
||||
dnl sqlite support
|
||||
dnl
|
||||
|
||||
AC_ARG_WITH(shared-sqlite,
|
||||
AC_HELP_STRING([--with-shared-sqlite],[Use shared sqlite]),
|
||||
[shared_sqlite=$withval],[shared_sqlite=no])
|
||||
|
||||
if test "$shared_sqlite" = yes; then
|
||||
PKG_CHECK_MODULES(SQLITE, [sqlite3],
|
||||
[
|
||||
shared_sqlite=yes
|
||||
], shared_sqlite=no)
|
||||
fi
|
||||
|
||||
if test "$shared_sqlite" = no; then
|
||||
SQLITE_OBJ='sqlite3.$(OBJEXT)'
|
||||
fi
|
||||
|
||||
AC_SUBST(SQLITE_CFLAGS, "$SQLITE_CFLAGS")
|
||||
AC_SUBST(SQLITE_LDFLAGS, "$SQLITE_LDFLAGS")
|
||||
AC_SUBST(SQLITE_LIBS, "$SQLITE_LIBS")
|
||||
AC_SUBST(SQLITE_OBJ)
|
||||
|
||||
|
||||
|
||||
dnl
|
||||
dnl PCRE2 support
|
||||
dnl
|
||||
|
|
Loading…
Reference in a new issue