1
0
mirror of https://github.com/sqlite/sqlite.git synced 2026-01-06 08:01:16 +03:00

Bug fix in the configure script. Ticket #2799.

The configure script is a real mess and
needs to be completely rewritten. (CVS 4564)

FossilOrigin-Name: 9d15f0330d685e62fbf4a1a1ad18dfecdc511bf8
This commit is contained in:
drh
2007-11-27 14:50:06 +00:00
parent 543165ef97
commit 0b47d34020
4 changed files with 12 additions and 12 deletions

4
configure vendored
View File

@@ -1505,7 +1505,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# The following RCS revision string applies to configure.in
# $Revision: 1.44 $
# $Revision: 1.45 $
#########
# Programs needed
@@ -18434,7 +18434,7 @@ if test "$enable_releasemode" = "no"; then
echo "$as_me:$LINENO: result: no" >&5
echo "${ECHO_T}no" >&6
else
ALLOWRELEASE="-release `cat VERSION`"
ALLOWRELEASE="-release `cat $srcdir/VERSION`"
echo "$as_me:$LINENO: result: yes" >&5
echo "${ECHO_T}yes" >&6
fi