Remove ObjSQLite3 dependency until it's used

FossilOrigin-Name: 8d796cb21f3ceaa395141d72cdf962d9b2a193b524ab9356ea30a1d04b59d930
This commit is contained in:
Jonathan Schleifer 2020-10-03 14:47:09 +00:00
parent d2bb4edae9
commit 89453f6e66
2 changed files with 3 additions and 9 deletions

View file

@ -21,11 +21,6 @@ AS_IF([$OBJFW_CONFIG --package ObjOpenSSL], [
], [
AC_MSG_ERROR(ObjOpenSSL not found!)
])
AS_IF([$OBJFW_CONFIG --package ObjSQLite3], [
OBJFW_CONFIG_FLAGS="$OBJFW_CONFIG_FLAGS --package ObjSQLite3"
], [
AC_MSG_ERROR(ObjSQLite3 not found!)
])
test x"$OBJC" = x"" && OBJC="$($OBJFW_CONFIG --objc)"