From: Yang Tse Date: Sat, 17 May 2008 01:20:57 +0000 (+0000) Subject: minor change for wince-cegcc and wince-mingw32ce support X-Git-Tag: upstream/1.10.0~838 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9fe8db39d1953b455d9f279fdbfed4c69947d774;p=platform%2Fupstream%2Fc-ares.git minor change for wince-cegcc and wince-mingw32ce support --- diff --git a/configure.ac b/configure.ac index d1755bb..462e3cd 100644 --- a/configure.ac +++ b/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 ;; *)