contrib/rpm: fix specifying build with/without libpsl

Fixes: faad17f9e8
(cherry picked from commit fe648f6cde)
This commit is contained in:
Thomas Haller 2017-05-10 17:07:09 +02:00
parent 092202dbba
commit f128c48853

View file

@ -405,9 +405,9 @@ intltoolize --automake --copy --force
--enable-modify-system=yes \
--enable-concheck \
%if 0%{?fedora}
--enable-libpsl \
--with-libpsl \
%else
--disable-libpsl \
--without-libpsl \
%endif
--with-session-tracking=systemd \
--with-suspend-resume=systemd \