]> xenbits.xensource.com Git - libvirt.git/commitdiff
Revert "configure: Check for major() more strictly"
authorEric Blake <eblake@redhat.com>
Thu, 15 Sep 2016 20:13:27 +0000 (15:13 -0500)
committerEric Blake <eblake@redhat.com>
Mon, 19 Sep 2016 15:15:09 +0000 (10:15 -0500)
This reverts commit d53fa838e18d8c192296487ff40c3a37420b6d06,
which is no longer needed now that gnulib does the job.

Signed-off-by: Eric Blake <eblake@redhat.com>
configure.ac

index f322c4a46f5536f06926968c4b7d5619a7e3fac7..f6076bd5b3147b5fc8ef687e4332473c81fe3102 100644 (file)
@@ -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