Re: checking for specific versions of operating system

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

 



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


_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf

[Index of Archives]     [GCC Help]     [Kernel Discussion]     [RPM Discussion]     [Red Hat Development]     [Yosemite News]     [Linux USB]     [Samba]

  Powered by Linux