> +AC_DEFUN([LTP_CHECK_SELINUX], > +[dnl > +AC_CHECK_HEADERS(selinux/selinux.h,[ > + SELINUX_LIBS="-lselinux"],[ > + SELINUX_LIBS=""]) > +AC_SUBST(SELINUX_LIBS)
I think checking only the header is not enough to say libselinux exists. It may be better to check libselinux with AC_CHECK_LIB after checking the header file. Masatake YAMATO ------------------------------------------------------------------------------ Create and Deploy Rich Internet Apps outside the browser with Adobe(R)AIR(TM) software. With Adobe AIR, Ajax developers can use existing skills and code to build responsive, highly engaging applications that combine the power of local resources and data with the reach of the web. Download the Adobe AIR SDK and Ajax docs to start building applications today-http://p.sf.net/sfu/adobe-com _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
