From 6678178f09ad93672a79e716bc9d65c4df521643 Mon Sep 17 00:00:00 2001 From: Stephen Lombardo Date: Mon, 30 Nov 2020 13:26:48 -0500 Subject: [PATCH] fix typo in configure instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf85343..d354ee0 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ As a result, the SQLCipher package includes it's own independent tests that exer To run SQLCipher specific tests, configure as described here and run the following to execute the tests and recieve a report of the results: ``` - $ ./configure --enable-tempstore=yes --enable-fts CFLAGS="-DSQLITE_HAS_CODEC -DSQLCIPHER_TEST" \ + $ ./configure --enable-tempstore=yes --enable-fts5 CFLAGS="-DSQLITE_HAS_CODEC -DSQLCIPHER_TEST" \ LDFLAGS="-lcrypto" $ make testfixture $ ./testfixture test/sqlcipher.test