X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fconfigure.in;h=7a4f062e0007e941850973f2d280bd87ea82e45f;hb=5e9fd7ed27f970084b4795c5c4619c30a953174f;hp=e9c9f95b0822cbf0c0a5b55024e31693a3d253d3;hpb=ab81cb706aa98357f7da20a8bdd6f44b8be61d62;p=ghc-hetmet.git diff --git a/ghc/configure.in b/ghc/configure.in index e9c9f95..7a4f062 100644 --- a/ghc/configure.in +++ b/ghc/configure.in @@ -20,6 +20,26 @@ dnl These are needed by the .spec file. AC_SUBST(version) AC_SUBST(patchlevel) +dnl Uncomment links to unix docs if necessary dnl NOTE: This is a slight +dnl hack: It needs to be synchronized with fptools/configure.in and +dnl fptools/libraries/Makefile and should probably use target features +dnl instead of host. +AC_CANONICAL_HOST + +case $host in +i[3456]86-*-mingw32*) + unixHTMLStart="" + ;; +*) + unixHTMLStart="" + unixHTMLEnd="" + ;; +esac + +AC_SUBST(unixHTMLStart) +AC_SUBST(unixHTMLEnd) + dnl Uncomment links to ObjectIO docs if necessary AC_ARG_ENABLE(objectio, [ --enable-objectio @@ -57,4 +77,4 @@ AC_SUBST(HOpenGLHTMLStart) AC_SUBST(HOpenGLHTMLEnd) dnl * Write the results... -AC_OUTPUT(ghc.spec docs/index.html docs/libraries.html) +AC_OUTPUT(ghc.spec docs/libraries.html)