Explicitly enable gtk-doc for a regular configure build

This commit is contained in:
Richard Hughes 2012-11-21 10:24:26 +00:00
parent 45fe26d8b2
commit 15c554c1e3

View File

@ -51,8 +51,9 @@ Libraries and headers for gobject-introspection
%setup -q
%build
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS)
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;)
%configure --enable-gtk-doc
make V=1 %{?_smp_mflags}
%install