X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=ghc%2Fconfigure.ac;h=266e9f5e5d02cc82266decd77bb3971c60cc0616;hp=9e4d6cd079cf310190941ebd5dec3ad57fb4e09a;hb=054725a03aca2cbfc062985f201bb11d9eb8d632;hpb=067e49d16fc85ff490d26baa7e17affcce4daf40 diff --git a/ghc/configure.ac b/ghc/configure.ac index 9e4d6cd..266e9f5 100644 --- a/ghc/configure.ac +++ b/ghc/configure.ac @@ -7,6 +7,9 @@ FP_SETUP_PROJECT_INFO # Hmmm, we fix the RPM release number to 1 here... Is this convenient? AC_SUBST([release], [1]) +# Check whether this GHC has readline installed +FP_GHC_HAS_READLINE + # Write the results... -AC_CONFIG_FILES([ghc.spec VERSION docs/users_guide/ug-book.xml mk/version.mk]) +AC_CONFIG_FILES([ghc.spec VERSION docs/users_guide/ug-book.xml mk/config.mk mk/version.mk]) AC_OUTPUT