hal: Branch 'master'
Martin Pitt
martin at kemper.freedesktop.org
Wed Feb 25 23:59:07 PST 2009
configure.in | 1 +
1 file changed, 1 insertion(+)
New commits:
commit e3b9bf69e14ec6172e48642298619ae74c18c58f
Author: Mario Limonciello <Mario_Limonciello at Dell.com>
Date: Thu Feb 26 08:57:07 2009 +0100
fix building with current libsmbios
Properly link against libsmbios library when enabling smbios support.
diff --git a/configure.in b/configure.in
index 4f36ad8..0630d60 100644
--- a/configure.in
+++ b/configure.in
@@ -414,6 +414,7 @@ if test "x$use_smbios" = "xyes" ; then
AC_LANG_POP([C++])
if test "$LIB_SMBIOS" = "yes" ; then
AC_MSG_CHECKING([for libsmbios >= 0.13.4])
+ LIBS="$LIBS -lsmbios"
AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include <smbios/version.h>
int main ()
More information about the hal-commit
mailing list