]> git.ipfire.org Git - thirdparty/libvirt.git/commit
configure: Always use old_CFLAGS and old_LIBS
authorAndrea Bolognani <abologna@redhat.com>
Thu, 7 Apr 2016 13:04:42 +0000 (15:04 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 7 Apr 2016 15:55:53 +0000 (17:55 +0200)
commita2e0e68c25e6a4a328690d31d257a131f2f7ae2f
treeb7fdd8d050b12323e9995c66d605aac3aab111ed
parentbbb17237dea8d1f4dc7fc84613b0ded6df7649c4
configure: Always use old_CFLAGS and old_LIBS

The variables used for storing CFLAGS and LIBS before temporarily
modifying them was consistent when it comes to the name, but not
when it comes to the case.

Make sure names are completely consistent.
configure.ac