Fix build

The --disable-system-helper flag addition lacked a $
tingping/wmclass
Alexander Larsson 2016-06-07 10:10:30 +02:00
parent f9e171a618
commit 1e5a42aff7
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ AC_ARG_ENABLE([system-helper],
[Disable system helper]),
[],
[enable_system_helper=yes])
if test "xenable_system_helper" = "xyes"; then
if test "x$enable_system_helper" = "xyes"; then
PKG_CHECK_MODULES(POLKIT, \
polkit-gobject-1 >= $POLKIT_GOBJECT_REQUIRED)
fi