Use 'sqlite3.pc' instead of 'sqlite.pc' (CVS 1815)
FossilOrigin-Name: 991b6108e7cac3837d39fd9a5adbd72b082a4983
This commit is contained in:
@@ -1493,7 +1493,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
|
||||
# The following RCS revision string applies to configure.in
|
||||
# $Revision: 1.23 $
|
||||
# $Revision: 1.24 $
|
||||
|
||||
#########
|
||||
# Programs needed
|
||||
@@ -20586,7 +20586,7 @@ fi
|
||||
#########
|
||||
# Generate the output files.
|
||||
#
|
||||
ac_config_files="$ac_config_files Makefile sqlite.pc"
|
||||
ac_config_files="$ac_config_files Makefile sqlite3.pc"
|
||||
cat >confcache <<\_ACEOF
|
||||
# This file is a shell script that caches the results of configure
|
||||
# tests run on this system so they can be shared between configure
|
||||
@@ -21139,7 +21139,7 @@ do
|
||||
case "$ac_config_target" in
|
||||
# Handling of arguments.
|
||||
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
|
||||
"sqlite.pc" ) CONFIG_FILES="$CONFIG_FILES sqlite.pc" ;;
|
||||
"sqlite3.pc" ) CONFIG_FILES="$CONFIG_FILES sqlite3.pc" ;;
|
||||
*) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
|
||||
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
|
||||
{ (exit 1); exit 1; }; };;
|
||||
|
||||
Reference in New Issue
Block a user