Don't force autoreconf

It was a leftover from commit f2fe80fc78
that patched a Makefile.am.
This commit is contained in:
Kalev Lember 2014-07-22 14:46:17 +02:00
parent 3a7264e1ac
commit b5d6082f56

View File

@ -45,8 +45,6 @@ Files for development with %{name}.
%prep
%setup -q
rm -f configure
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; fi;
%configure --disable-static)