Re: more on configure.in

1998-11-20 Thread Rob Browning
Jeremy Collins <[EMAIL PROTECTED]> writes: > # Check for readline, and dl libs.. they are needed for guile > AC_CHECK_LIB(readline, readline) This bit is already in the latest version. > AC_CHECK_LIB(dl, dlopen) I'd rather leave the test for this with the other guile lib tests. If we put it a

more on configure.in

1998-11-20 Thread Jeremy Collins
Ok, adding the following lines to configure.in solved my problems: # Check for readline, and dl libs.. they are needed for guile AC_CHECK_LIB(readline, readline) AC_CHECK_LIB(dl, dlopen) -- Jeremy Collins [EMAIL PROTECTED] - %< >% -- The GnuC