aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 89d9dd5..b0cb330 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,7 +145,7 @@ case "${host}" in
CFLAGS="$CFLAGS -fPIC -DPIC"
fi
;;
- *-mingw32de*)
+ *-mingw32ce*)
have_dosish_system=yes
have_w32_system=yes
have_w32ce_system=yes
@@ -295,7 +295,6 @@ AC_REPLACE_FUNCS(isascii)
AC_REPLACE_FUNCS(putc_unlocked)
AC_REPLACE_FUNCS(memrchr)
AC_REPLACE_FUNCS(stpcpy)
-# Check for unistd.h for setenv replacement function.
AC_CHECK_HEADERS(unistd.h)
AC_REPLACE_FUNCS(setenv)
AC_REPLACE_FUNCS(vasprintf)