|
|
@@ -71,9 +71,9 @@ if test "x$with_selinux" != "xno"; then
|
|
|
[AC_DEFINE(WITH_SELINUX, 1,
|
|
|
[Define to 1 to compile in SELinux support])
|
|
|
if test "x$with_selinux" = "xstatic"; then
|
|
|
- dpkg_selinux_libs="-Wl,-Bstatic `pkg-config --static --libs libselinux` -Wl,-Bdynamic"
|
|
|
+ dpkg_selinux_libs="-Wl,-Bstatic "`pkg-config --static --libs libselinux`" -Wl,-Bdynamic"
|
|
|
else
|
|
|
- dpkg_selinux_libs="`pkg-config --libs libselinux`"
|
|
|
+ dpkg_selinux_libs=`pkg-config --libs libselinux`
|
|
|
fi
|
|
|
SELINUX_LIBS="${SELINUX_LIBS:+$SELINUX_LIBS }$dpkg_selinux_libs"
|
|
|
with_selinux="yes"],
|