--enable-sql is obsolete

This commit is contained in:
Evan Miller 2020-08-03 16:55:16 -04:00
parent d4cf5526e2
commit ca8eb1c522
2 changed files with 2 additions and 2 deletions

View File

@ -17,5 +17,5 @@ before_script:
- autoreconf -i -f
script:
- ./configure --enable-sql --disable-man
- ./configure --disable-man --disable-silent-rules
- make

View File

@ -80,7 +80,7 @@ Generates a C program given a CSV file made with mdb-export.
### mdb-sql
If --enable-sql is specified, a simple SQL engine (also used by ODBC and gmdb).
A simple SQL engine (also used by ODBC and gmdb).
### prcat