From fb5d4becffb47758c07e1c3f7edce99699b463ec Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Mon, 2 Oct 2017 15:26:26 +0200
Subject: minor

---
 vips.spec | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vips.spec b/vips.spec
index 5bb9b0f..fd6004b 100644
--- a/vips.spec
+++ b/vips.spec
@@ -159,10 +159,10 @@ export CFLAGS="%{optflags} -ftree-vectorize"
 export CXXFLAGS="%{optflags} -ftree-vectorize"
 %configure \
 %if %{with_doc}
-    --enable-pyvips7 \
-    --enable-pyvips8 \
     --enable-gtk-doc \
 %endif
+    --enable-pyvips7 \
+    --enable-pyvips8 \
     --disable-static
 make %{?_smp_mflags}
 
-- 
cgit