Skip to content

Commit 6678178

Browse files
committed
fix typo in configure instructions
1 parent 3fb76f3 commit 6678178

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ As a result, the SQLCipher package includes it's own independent tests that exer
6565
To run SQLCipher specific tests, configure as described here and run the following to execute the tests and recieve a report of the results:
6666

6767
```
68-
$ ./configure --enable-tempstore=yes --enable-fts CFLAGS="-DSQLITE_HAS_CODEC -DSQLCIPHER_TEST" \
68+
$ ./configure --enable-tempstore=yes --enable-fts5 CFLAGS="-DSQLITE_HAS_CODEC -DSQLCIPHER_TEST" \
6969
LDFLAGS="-lcrypto"
7070
$ make testfixture
7171
$ ./testfixture test/sqlcipher.test

0 commit comments

Comments
 (0)