X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fconfigure.in;fp=ghc%2Fconfigure.in;h=1a403cc42da663115ad3cc4ba20883020ab1d4d6;hb=c952d3eb5903ef59c6515efdc2e2d595004c060a;hp=f1cdd0a0c84f05cb37f1f8ee61a90a97d1c45fa8;hpb=3b66313a6476819c645973c325ae083a320c5e5f;p=ghc-hetmet.git diff --git a/ghc/configure.in b/ghc/configure.in index f1cdd0a..1a403cc 100644 --- a/ghc/configure.in +++ b/ghc/configure.in @@ -20,6 +20,25 @@ dnl These are needed by the .spec file. AC_SUBST(version) AC_SUBST(patchlevel) +dnl Uncomment links to ObjectIO docs if necessary +AC_ARG_ENABLE(objectio, +[ --enable-objectio + Build ObjectIO, a portable GUI library for Haskell. + (This option is only relevant when libraries are built.) +], +[ +ObjectIOHTMLStart="" +ObjectIOHTMLEnd="" +], +[ +ObjectIOHTMLStart="" +] +) + +AC_SUBST(ObjectIOHTMLStart) +AC_SUBST(ObjectIOHTMLEnd) + dnl Uncomment links to HOpenGL docs if necessary AC_ARG_ENABLE(hopengl, [ --enable-hopengl