diff options
Diffstat (limited to 'ares')
-rw-r--r-- | ares/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 ;; *) |