diff options
author | Ludovic Courtès <ludo@gnu.org> | 2010-09-06 22:49:24 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2010-09-06 22:49:24 +0200 |
commit | 18f2d5aa4dfe66469d4b109e5b56b931a057a3e0 (patch) | |
tree | 853fa764fac9b7795f25b859e95bddadf36c7039 /README | |
parent | 2ee073587a28161dfb6b95f250be2d8a5df26cae (diff) |
Use `have-lib' when checking for libltdl.
Suggested by primus <rprimus@gmail.com>.
* configure.ac: Use `AC_LIB_HAVE_LINKFLAGS' when checking for libltdl.
* libguile/Makefile.am (libguile_@GUILE_EFFECTIVE_VERSION@_la_LIBADD):
Add $(LTLIBLTDL).
* README: Update to make it clear that libgc and libffi don't have a
`--with-XXX-prefix' option.
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -35,11 +35,13 @@ Guile depends on the following external libraries. - libunistring - libgc - libffi -It will also use the libreadline library if it is available. For each -of these there is a corresponding --with-XXX-prefix option that you -can use when invoking ./configure, if you have these libraries -installed in a location other than the standard places (/usr and -/usr/local). +It will also use the libreadline library if it is available. + +There is a corresponding `--with-XXX-prefix' option for each of these +libraries (except for libgc and libffi which use `pkg-config', see +below) that you can use when invoking ./configure, if you have these +libraries installed in a location other than the standard places (/usr +and /usr/local). These options are provided by the Gnulib `havelib' module, and details of how they work are documented in `Searching for Libraries' in the |