drop unused/unsupported --disable-static (too bad really)

This commit is contained in:
Rex Dieter 2010-12-07 13:16:59 -06:00
parent b63330f252
commit 5754a0ba97

View File

@ -116,7 +116,7 @@ export CXXFLAGS=" "
%configure \ %configure \
--with-optim="%{optflags}" \ --with-optim="%{optflags}" \
--enable-largefile \ --enable-largefile \
--enable-shared --disable-static \ --enable-shared \
--enable-threads \ --enable-threads \
--enable-xdbe \ --enable-xdbe \
--enable-xinerama \ --enable-xinerama \