* configure.ac: Clean LIBS variable after tests.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-09-03 03:26:22 +02:00
parent efa1bee7a1
commit 9f915872ef
2 changed files with 6 additions and 0 deletions

View File

@ -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.

View 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)