minor change for wince-cegcc and wince-mingw32ce support

This commit is contained in:
Yang Tse
2008-05-17 01:20:56 +00:00
parent e059efda1b
commit 7358db5c27
3 changed files with 4 additions and 4 deletions

View File

@@ -151,7 +151,7 @@ AC_PROG_LIBTOOL
AC_MSG_CHECKING([if we need -no-undefined])
case $host in
*-*-cygwin | *-*-mingw* | *-*-pw32*)
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-cegcc*)
need_no_undefined=yes
;;
*)