summaryrefslogtreecommitdiff
path: root/config/ltoptions.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/ltoptions.m4')
-rw-r--r--config/ltoptions.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/ltoptions.m4 b/config/ltoptions.m4
index e970119..34151a3 100644
--- a/config/ltoptions.m4
+++ b/config/ltoptions.m4
@@ -125,7 +125,7 @@ LT_OPTION_DEFINE([LT_INIT], [win32-dll],
[enable_win32_dll=yes
case $host in
-*-*-cygwin* | *-*-mingw* | *-*-pw32*)
+*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-cegcc*)
AC_CHECK_TOOL(AS, as, false)
AC_CHECK_TOOL(DLLTOOL, dlltool, false)
AC_CHECK_TOOL(OBJDUMP, objdump, false)
personal git repositories of Harald Welte. Your mileage may vary