autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: checking for specific versions of operating system


From: Harlan Stenn
Subject: Re: checking for specific versions of operating system
Date: Tue, 23 Aug 2005 21:47:03 +0000

I use things like this:

AC_CHECK_FUNC(gethostent, , AC_CHECK_LIB(nsl, gethostent, , , -lsocket))
AC_CHECK_FUNC(openlog, ,
  AC_CHECK_LIB(gen, openlog, ,
  AC_CHECK_LIB(syslog, openlog, , , -lsocket)))

in case that's useful to anybody...

H




reply via email to

[Prev in Thread] Current Thread [Next in Thread]