diff options
author | sewardj <unknown> | 1999-11-12 15:43:14 +0000 |
---|---|---|
committer | sewardj <unknown> | 1999-11-12 15:43:14 +0000 |
commit | 93bce5a700e7f5487e2817eda55ae141da1ceb4e (patch) | |
tree | 68fc3bb6ade3b98022587af05adb445aab3fdd00 /configure.in | |
parent | baa5bc8bbb50341f337d02d420e2caf49e2f7322 (diff) | |
download | haskell-93bce5a700e7f5487e2817eda55ae141da1ceb4e.tar.gz |
[project @ 1999-11-12 15:43:12 by sewardj]
Add a test for libreadline.{a|so} (include/readline/readline.h
is already tested for.).
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3569b8ee35..c36b9ac297 100644 --- a/configure.in +++ b/configure.in @@ -614,6 +614,9 @@ dnl the order of these tests matters: bfd needs liberty AC_CHECK_LIB(iberty, xmalloc) AC_CHECK_LIB(bfd, bfd_init) +dnl ** check for readline, for Hugs +AC_CHECK_LIB(readline, readline) + dnl ################################################################ dnl Check for libraries dnl ################################################################ |