aff97e
From 14622ac1f06ea3436c005e0728b81e33e3189ebd Mon Sep 17 00:00:00 2001
aff97e
From: Cole Robinson <crobinso@redhat.com>
aff97e
Date: Tue, 23 Sep 2014 17:14:09 -0400
aff97e
Subject: [PATCH] spec: Re-run autotools for ovmf patches
aff97e
aff97e
---
aff97e
 libvirt.spec.in | 2 +-
aff97e
 1 file changed, 1 insertion(+), 1 deletion(-)
aff97e
aff97e
diff --git a/libvirt.spec.in b/libvirt.spec.in
aff97e
index 32e51f7..98890ed 100644
aff97e
--- a/libvirt.spec.in
aff97e
+++ b/libvirt.spec.in
aff97e
@@ -13,7 +13,7 @@
aff97e
 # Default to skipping autoreconf.  Distros can change just this one line
aff97e
 # (or provide a command-line override) if they backport any patches that
aff97e
 # touch configure.ac or Makefile.am.
aff97e
-%{!?enable_autotools:%define enable_autotools 0}
aff97e
+%{!?enable_autotools:%define enable_autotools 1}
aff97e
 
aff97e
 # A client only build will create a libvirt.so only containing
aff97e
 # the generic RPC driver, and test driver and no libvirtd