SQLite Forum

configure --enable-update-limit doesn't work.
Login

configure --enable-update-limit doesn't work.

(1) By Shawn Wagner (shawnw) on 2020-06-15 06:51:05 [source]

Using sqlite3-src-XXXXXXX.zip to build the amalgamation, passing --enable-update-limit to ./configure doesn't actually turn the option on.

Line 653 of configure.ac should be

if test "${enable_update_limit}" = "yes" ; then

to make the option work as intended.

(2) By Larry Brasfield (LarryBrasfield) on 2020-06-16 10:24:59 in reply to 1 [link] [source]

This has been fixed here, d31fd57e on the trunk. Thanks for reporting and diagnosing this.