From: curt Date: Tue, 19 Jan 1999 17:49:35 +0000 (+0000) Subject: Check for -lsocket since this is required by solarais. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c7bd45878f4dbd4f9a22798d2bc800f13862bed3;p=flightgear.git Check for -lsocket since this is required by solarais. --- 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