Regenerate configure.
This commit is contained in:
parent
2807228d2c
commit
3dad0889f5
1 changed files with 2 additions and 1 deletions
3
configure
vendored
3
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue