standardize configure flags in RPMs

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@24389 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-11-01 18:58:51 +00:00
parent 96fcf4d86c
commit 49462b9b65

View File

@ -72,11 +72,10 @@ mkdir obj-shared
cd obj-shared
../configure --prefix=%{pref} --disable-gui \
%if %{unicode}
--enable-unicode \
--enable-unicode
%else
--with-odbc \
--with-odbc
%endif
--disable-std_iostreams
$MAKE
cd ..
@ -84,11 +83,10 @@ mkdir obj-static
cd obj-static
../configure --prefix=%{pref} --disable-shared --disable-gui \
%if %{unicode}
--enable-unicode \
--enable-unicode
%else
--with-odbc \
--with-odbc
%endif
--disable-std_iostreams
$MAKE
cd ..