(INPUT_ERROR): Prepare for file:line:column error
messages for errors in scm_lreadr() and friends.
This commit is contained in:
parent
f5f45abe9f
commit
39e8f371e2
8 changed files with 126 additions and 63 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue