diff options
author | Adrian Negreanu <groleo@gmail.com> | 2013-08-03 13:05:55 (GMT) |
---|---|---|
committer | Adrian Negreanu <groleo@gmail.com> | 2013-08-03 13:08:38 (GMT) |
commit | 33f5d86d0adddd5b51904fd9f54b122dcac91651 (patch) | |
tree | 2f3d2d44a1e9cb8fb3c4316e7953d090db42d3e2 /configure | |
parent | 7482f0f09f7e85ffb40e3b5c3990576f10628fb8 (diff) | |
download | Doxygen-33f5d86d0adddd5b51904fd9f54b122dcac91651.zip Doxygen-33f5d86d0adddd5b51904fd9f54b122dcac91651.tar.gz Doxygen-33f5d86d0adddd5b51904fd9f54b122dcac91651.tar.bz2 |
sqlite3,configure: typo f_sqlite_path/f_sqlite3_path
Signed-off-by: Adrian Negreanu <groleo@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -433,7 +433,7 @@ fi if test "$f_sqlite3" = YES; then printf " Checking for sqlite3 ... " - if test "$f_sqlite_path" = NO; then + if test "$f_sqlite3_path" = NO; then sqlite3_hdr_dir="/usr/include /usr/local/include /opt/local/include" sqlite3_lib_dir="/usr/lib /usr/local/lib /opt/local/lib /usr/lib/x86_64-linux-gnu" else |