OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:with_tclconfig
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/
configure.ac
378
AC_ARG_WITH(tcl, AC_HELP_STRING([--with-tcl=DIR],[directory containing tcl configuration (tclConfig.sh)]),
with_tclconfig
=${withval})
382
if test x"${
with_tclconfig
}" != x ; then
383
if test -f "${
with_tclconfig
}/tclConfig.sh" ; then
384
ac_cv_c_tclconfig=`(cd ${
with_tclconfig
}; pwd)`
386
AC_MSG_ERROR([${
with_tclconfig
} directory doesn't contain tclConfig.sh])
configure
[
all
...]
Completed in 63 milliseconds