summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Negreanu <groleo@gmail.com>2013-08-03 13:05:55 (GMT)
committerAdrian Negreanu <groleo@gmail.com>2013-08-03 13:08:38 (GMT)
commit33f5d86d0adddd5b51904fd9f54b122dcac91651 (patch)
tree2f3d2d44a1e9cb8fb3c4316e7953d090db42d3e2
parent7482f0f09f7e85ffb40e3b5c3990576f10628fb8 (diff)
downloadDoxygen-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>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 1596b40..b8adf56 100755
--- a/configure
+++ b/configure
@@ -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