aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--configure.ac1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9651664..9dbd597 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2010-01-21 Werner Koch <[email protected]>
+ * configure.ac (have_w32ce_system): Initialize to no.
+
* src/mkstrtable.awk (END): Do not print PREFIX before
LAST_MSGSTR.
diff --git a/configure.ac b/configure.ac
index 4ede88f..54c4b35 100644
--- a/configure.ac
+++ b/configure.ac
@@ -86,6 +86,7 @@ AC_ARG_VAR(CC_FOR_BUILD,[build system C compiler])
# Set some internal variables depending on the platform for later use.
have_w32_system=no
+have_w32ce_system=no
case "${host}" in
*-mingw32ce*)
have_w32_system=yes