From 5afac2aee1313126ece1eb958d5e0fba6837e93b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 22 Oct 2008 12:44:17 +0200 Subject: clean up gl/modules/selinux-at * gl/modules/selinux-at: Ensure that LIB_SELINUX is cleared, in case it's set in the environment. m4-quote the first two args to AC_SEARCH_LIBS. Don't violate autoconf's ac_ namespace: s/ac_save/gl_save/ Drop the useless double quotes around a simple assignment RHS. --- gl/modules/selinux-at | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'gl/modules') diff --git a/gl/modules/selinux-at b/gl/modules/selinux-at index 759908397..d1675fe63 100644 --- a/gl/modules/selinux-at +++ b/gl/modules/selinux-at @@ -13,12 +13,13 @@ configure.ac: # For runcon. AC_CHECK_HEADERS([selinux/flask.h]) AC_LIBOBJ([selinux-at]) -ac_save_LIBS="$LIBS" - AC_SEARCH_LIBS(setfilecon, selinux, +gl_save_LIBS=$LIBS + LIB_SELINUX= + AC_SEARCH_LIBS([setfilecon], [selinux], [test "$ac_cv_search_setfilecon" = "none required" || LIB_SELINUX=$ac_cv_search_setfilecon]) AC_SUBST(LIB_SELINUX) -LIBS="$ac_save_LIBS" +LIBS=$gl_save_LIBS Makefile.am: -- cgit v1.2.3-70-g09d2