Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lintest/myrulib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKandrashin Denis <mail@lintest.ru>2012-06-30 01:06:35 +0400
committerKandrashin Denis <mail@lintest.ru>2012-06-30 17:39:33 +0400
commit04c7ff39a6be17da00f50d0d6cca65ca88a70863 (patch)
tree9593b3b0163803273062185d9f9122622ecf6cb3 /configure.in
parent92a0993786ee40cd104a4f132417e541557944ab (diff)
The configuration file is fixed for cross-compiling: Linux => Windows
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index ab6cee2d..733d0f65 100644
--- a/configure.in
+++ b/configure.in
@@ -344,7 +344,7 @@ AC_OUTPUT
dnl report how we have been configured
echo
-echo "Configured ${PACKAGE_STRING} for \`${host}' wxWidgets ${WX_VERSION}"
+echo "Configured ${PACKAGE_STRING} for \`${target}' wxWidgets ${WX_VERSION}"
echo
echo " Use Libxml2 parser library (default)? ${USE_LIBXML2}"
echo " Use Expat XML parser instead of Libxml2? ${USE_EXPAT}"