Regenerate configure.

This commit is contained in:
Glenn Morris 2010-04-20 20:41:01 -07:00
parent 2807228d2c
commit 3dad0889f5

3
configure vendored
View file

@ -12720,6 +12720,7 @@ _ACEOF
fi
HAVE_LIBSELINUX=no
LIBSELINUX_LIBS=
if test "${with_selinux}" = "yes"; then
{ $as_echo "$as_me:$LINENO: checking for lgetfilecon in -lselinux" >&5
$as_echo_n "checking for lgetfilecon in -lselinux... " >&6; }
@ -12799,10 +12800,10 @@ cat >>confdefs.h <<\_ACEOF
_ACEOF
LIBSELINUX_LIBS=-lselinux
fi
fi
HAVE_XAW3D=no
if test x"${USE_X_TOOLKIT}" = xmaybe || test x"${USE_X_TOOLKIT}" = xLUCID; then
if test "$with_xaw3d" != no; then