From 15c554c1e3275999eb8e69d46c18e97857e09abf Mon Sep 17 00:00:00 2001 From: Richard Hughes Date: Nov 21 2012 10:24:26 +0000 Subject: Explicitly enable gtk-doc for a regular configure build --- diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 8714c98..77f8ba7 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -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