Hello,

 

Just an additional note on bug f1c2a689c6, it looks like there is either
a typo or missing check after we have filled ac_cv_c_tclconfig in the #
First check to see if --with-tcl was specified. Section.

 

In the following section, # Start autosearch by asking tclsh, it looks
to me like 

if test x"$cross_compiling" = xno; then

should be

if test x"${ac_cv_c_tclconfig}" = x ; then

 

I haven't fully looked at the configure file so I don't know if cross
compiling is actually valid in this section, if it is, then the
ac_cv_c_tclconfig check should encapsulate this existing code to protect
from the -with-tcl value being over written, otherwise the
cross_compiling and xno can probably just be replaced.

 

Thanks!

-Skyler

 

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to