]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* configure.ac: Clean LIBS variable after tests.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 3 Sep 2010 01:26:22 +0000 (03:26 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 3 Sep 2010 01:26:22 +0000 (03:26 +0200)
ChangeLog
configure.ac

index 2e9be10c59558b88b5731e5ac142efe5c6c5da89..69d46b55c5863bc266a96aee104943a2e6fd02f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-02  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * configure.ac: Clean LIBS variable after tests.
+
 2010-09-02  Colin Watson  <cjwatson@ubuntu.com>
 
        * INSTALL: Document that libdevmapper needs to be 1.02.34 or later.
index d71d94522a2e1779d8334ecc9470ea3c6cd4d10f..d362f68a54c7412f8938c6a72a1ceed4b287d630 100644 (file)
@@ -853,6 +853,8 @@ AC_CHECK_LIB([nvpair], [nvlist_print],
                         [Define to 1 if you have the NVPAIR library.])],)
 AC_SUBST([LIBNVPAIR])
 
+LIBS=""
+
 pkglibrootdir='$(libdir)'/`echo $PACKAGE | sed "$program_transform_name"`
 AC_SUBST(pkglibrootdir)