made usage of tabs and spaces consistent

This commit is contained in:
Nikos Mavrogiannopoulos 2016-09-09 14:13:08 +02:00
parent 7d8c486d6b
commit cbca970360
1 changed files with 6 additions and 6 deletions

View File

@ -154,20 +154,20 @@ rm -f src/libopts/*.c src/libopts/*.h src/libopts/compat/*.c src/libopts/compat/
--disable-static \
--disable-openssl-compatibility \
--disable-srp-authentication \
--disable-non-suiteb-curves \
--with-system-priority-file=%{_sysconfdir}/crypto-policies/back-ends/gnutls.config \
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \
--with-trousers-lib=%{_libdir}/libtspi.so.1 \
--disable-non-suiteb-curves \
--with-system-priority-file=%{_sysconfdir}/crypto-policies/back-ends/gnutls.config \
--with-default-trust-store-pkcs11="pkcs11:model=p11-kit-trust;manufacturer=PKCS%2311%20Kit" \
--with-trousers-lib=%{_libdir}/libtspi.so.1 \
%if %{with guile}
--enable-guile \
%else
--disable-guile \
%endif
%ifarch %{ix86}
--disable-hardware-acceleration \
--disable-hardware-acceleration \
%endif
%if %{with dane}
--with-unbound-root-key-file=/var/lib/unbound/root.key \
--with-unbound-root-key-file=/var/lib/unbound/root.key \
--enable-dane \
%else
--disable-dane \