X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=2e87ea5d5f2bf8ca467c47af32b1caf657cf4e4f;hb=95d4b4c552cef8a33bbfb37361e90c079d65134b;hp=c249b9adbc67cd6b4bff5e3747fd03501e6c3149;hpb=22f78dd456cdf6d6c123556e3f715d008ecd86cd;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index c249b9a..2e87ea5 100644 --- a/configure.ac +++ b/configure.ac @@ -437,21 +437,6 @@ FP_ARG_WITH_PATH_GNU_PROG([LD], [ld]) LdCmd="$LD" AC_SUBST([LdCmd]) -dnl ** Check for dlltool on Windows -dnl -------------------------------------------------------------- -case $HostOS_CPP in -cygwin32|mingw32) - AC_PATH_PROG(DlltoolCmd,dlltool) - if test -z "$DlltoolCmd"; then - echo "Can't find dlltool in your path, can't make DLLs." - exit 1 - fi - ;; -*) - AC_SUBST(DlltoolCmd,"") - ;; -esac - dnl ** Which nm to use? dnl -------------------------------------------------------------- FP_ARG_WITH_PATH_GNU_PROG([NM], [nm])