]> xenbits.xensource.com Git - libvirt.git/commit
configure: Restore CFLAGS properly after GnuTLS checks
authorAndrea Bolognani <abologna@redhat.com>
Thu, 7 Apr 2016 13:00:42 +0000 (15:00 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 7 Apr 2016 15:55:52 +0000 (17:55 +0200)
commitbbb17237dea8d1f4dc7fc84613b0ded6df7649c4
tree34aee1c5b19c735b19092d1554adffdcebef968a
parentc661b675f12c7e092873cb2078ab07e6dbce7a31
configure: Restore CFLAGS properly after GnuTLS checks

The previous value of CFLAGS was saved as old_cflags but later
restored from old_CFLAGS, which is clearly not correct.

Restore CFLAGS from the right variable.
configure.ac