[libvirt] [PATCH 2/2] Revert "configure: Check for major() more strictly"

Eric Blake eblake at redhat.com
Fri Sep 16 13:41:18 UTC 2016


This reverts commit d53fa838e18d8c192296487ff40c3a37420b6d06,
which is no longer needed now that gnulib does the job.

Signed-off-by: Eric Blake <eblake at redhat.com>
---
 configure.ac | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index f322c4a..f6076bd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -144,10 +144,7 @@ AC_TYPE_UID_T
 dnl Support building Win32 DLLs (must appear *before* AM_PROG_LIBTOOL)
 AC_LIBTOOL_WIN32_DLL

-old_CFLAGS=$CFLAGS
-CFLAGS="$CFLAGS -Werror"
 AC_HEADER_MAJOR
-CFLAGS=$old_CFLAGS

 m4_ifndef([LT_INIT], [
   AM_PROG_LIBTOOL
-- 
2.7.4




More information about the libvir-list mailing list