(INPUT_ERROR): Prepare for file:line:column error

messages for errors in scm_lreadr() and friends.
This commit is contained in:
Han-Wen Nienhuys 2002-08-04 23:33:28 +00:00
commit 39e8f371e2
8 changed files with 126 additions and 63 deletions

View file

@ -276,6 +276,7 @@ AC_CHECK_FUNCS(gethostbyname)
if test $ac_cv_func_gethostbyname = no; then
AC_CHECK_LIB(nsl, gethostbyname)
fi
AC_CHECK_FUNCS(connect)
if test $ac_cv_func_connect = no; then
AC_CHECK_LIB(socket, connect)