]> skyeroc.xyz Git - dgamelaunch/commit
Check for libsqlite3 and error if it isn't found
authorRon Nazarov <ron@noisytoot.org>
Wed, 4 Dec 2024 01:09:51 +0000 (01:09 +0000)
committerRon Nazarov <ron@noisytoot.org>
Wed, 4 Dec 2024 01:09:51 +0000 (01:09 +0000)
commit2a56d29f7a5ae65ef6ea63fd28bde2617f7e758b
tree39eaf4e6a342905be141a455f38cf390fca37d23
parent52cf6045c0ce521228ea893748189fca8dc42199
Check for libsqlite3 and error if it isn't found

Instead of just adding it anyway, which resulted in confusing and
incorrect error messages when it wasn't found but --enable-sqlite was
specified.
configure.ac