glib r7459 - branches/glib-2-16
- From: matthiasc svn gnome org
- To: svn-commits-list gnome org
- Subject: glib r7459 - branches/glib-2-16
- Date: Thu, 11 Sep 2008 18:44:57 +0000 (UTC)
Author: matthiasc
Date: Thu Sep 11 18:44:56 2008
New Revision: 7459
URL: http://svn.gnome.org/viewvc/glib?rev=7459&view=rev
Log:
Change libselinux detection to not link libglib
against it.
Modified:
branches/glib-2-16/ChangeLog
branches/glib-2-16/configure.in
Modified: branches/glib-2-16/configure.in
==============================================================================
--- branches/glib-2-16/configure.in (original)
+++ branches/glib-2-16/configure.in Thu Sep 11 18:44:56 2008
@@ -1505,7 +1505,7 @@
AC_CHECK_LIB(selinux, is_selinux_enabled,
[AC_CHECK_HEADERS(selinux/selinux.h,
- [AC_SEARCH_LIBS(lgetfilecon_raw, selinux,
+ [AC_CHECK_LIB(selinux, lgetfilecon_raw,
[AC_DEFINE(HAVE_SELINUX, 1, [Define to 1 if libselinux is available])
SELINUX_LIBS="-lselinux"
msg_selinux=yes])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]