From c7bd45878f4dbd4f9a22798d2bc800f13862bed3 Mon Sep 17 00:00:00 2001 From: curt Date: Tue, 19 Jan 1999 17:49:35 +0000 Subject: [PATCH] Check for -lsocket since this is required by solarais. --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.h.in b/config.h.in index 7b0bb1aab..a06531e00 100644 --- a/config.h.in +++ b/config.h.in @@ -183,3 +183,6 @@ /* Define if you have the m library (-lm). */ #undef HAVE_LIBM + +/* Define if you have the socket library (-lsocket). */ +#undef HAVE_LIBSOCKET