reorder the %configure arguments (alphabetically) to help with python vs python3 diffs

This commit is contained in:
David Malcolm 2012-05-04 15:52:41 -04:00
parent 4989575f9a
commit f522dd7cec
1 changed files with 6 additions and 6 deletions

View File

@ -1059,18 +1059,18 @@ BuildPython() {
%configure \
--enable-ipv6 \
--enable-unicode=%{unicode} \
--enable-shared \
--enable-unicode=%{unicode} \
--with-dbmliborder=gdbm:ndbm:bdb \
--with-system-expat \
--with-system-ffi \
%if 0%{?with_valgrind}
--with-valgrind \
%endif
%if 0%{?with_systemtap}
--with-dtrace \
--with-tapset-install-dir=%{tapsetdir} \
%endif
--with-system-expat \
--with-dbmliborder=gdbm:ndbm:bdb \
%if 0%{?with_valgrind}
--with-valgrind \
%endif
$ExtraConfigArgs \
%{nil}