From 7358db5c270c1109c5037db63145a83199ecf56b Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Sat, 17 May 2008 01:20:56 +0000 Subject: minor change for wince-cegcc and wince-mingw32ce support --- ares/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ares') diff --git a/ares/configure.ac b/ares/configure.ac index d1755bb14..462e3cd1a 100644 --- a/ares/configure.ac +++ b/ares/configure.ac @@ -106,7 +106,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 ;; *) -- cgit v1.2.3