From 0bc6ecc87ff57237714b3b56bc4a18cb8737aab9 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Tue, 29 Jun 2010 14:45:16 +0000 Subject: [PATCH] remove unused AUTOGEN_SUBDIR_MODE --- gobject-introspection.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index 6fdb95b..6991ac1 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -54,7 +54,7 @@ Libraries and headers for gobject-introspection %setup -q %build -(if ! test -x configure; then AUTOGEN_SUBDIR_MODE=1 NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; +(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi; %configure $CONFIGFLAGS) make V=1 %{?_smp_mflags}