--- sql/sqlite/configure 2007/09/17 17:10:06 1.2 +++ sql/sqlite/configure 2008/07/03 07:20:47 1.5 @@ -1789,7 +1789,7 @@ fi # Define the identity of the package. PACKAGE=parser3sqlite - VERSION=9.1 + VERSION=10.0 # Some tools Automake needs. @@ -1929,11 +1929,11 @@ if test "${with_sqlite_inc+set}" = set; fi - if test -z "$SQLITE_INC"; then + if test -z "$SQLITE_INC"; then { { echo "$as_me:$LINENO: error: $SQLITE_INC does not seem to be valid SQLite includes directory" >&5 echo "$as_me: error: $SQLITE_INC does not seem to be valid SQLite includes directory" >&2;} { (exit 1); exit 1; }; } - fi + fi else echo "$as_me:$LINENO: checking for SQLITE_INC directory" >&5 @@ -1948,11 +1948,11 @@ echo $ECHO_N "checking for SQLITE_INC di done - if test -z "$SQLITE_INC"; then - { { echo "$as_me:$LINENO: error: use --with-sqlite-inc=DIR to specify SQLite includes directory" >&5 + if test -z "$SQLITE_INC"; then + { { echo "$as_me:$LINENO: error: use --with-sqlite-inc=DIR to specify SQLite includes directory" >&5 echo "$as_me: error: use --with-sqlite-inc=DIR to specify SQLite includes directory" >&2;} { (exit 1); exit 1; }; } - fi + fi echo "$as_me:$LINENO: result: $SQLITE_INC" >&5 echo "${ECHO_T}$SQLITE_INC" >&6