Comment 9 for bug 561997

Revision history for this message
leigh123linux (leigh123linux-deactivatedaccount) wrote :

No I didn't run autogen, after adding this

%build
intltoolize -f || exit 1
autoreconf -v --install || exit 1
%configure --enable-maintainer-mode \
           --disable-static \
           --disable-pymod-checks \
           --with-webkit \
           --enable-shave \
           --with-gnu-ld
make %{?_smp_mflags}

%install

your patch works.