hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Mon Mar 26 07:38:20 PDT 2007
configure.in | 2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
New commits:
diff-tree 076e0bdd76734161f669ed4fd325b17acd2e6425 (from d75618d5abbcd8f7218d65bbe99744d9052bb61b)
Author: Danny Kukawka <danny.kukawka at web.de>
Date: Mon Mar 26 15:37:26 2007 +0200
fixed libsmbios search output to correct version
Fixed libsmbios search output to correct version >= 0.13.4..
diff --git a/configure.in b/configure.in
index 71d1073..e046f48 100644
--- a/configure.in
+++ b/configure.in
@@ -315,7 +315,7 @@ AC_LANG_PUSH([C++])
AC_CHECK_LIB(smbios, SMBIOSFreeMemory, LIB_SMBIOS=yes , LIB_SMBIOS=no )
AC_LANG_POP([C++])
if test "$LIB_SMBIOS" = "yes" ; then
- AC_MSG_CHECKING(for libsmbios >= 0.11.6 )
+ AC_MSG_CHECKING(for libsmbios >= 0.13.4 )
AC_TRY_RUN(
#include <smbios/version.h>
int main ()
More information about the hal-commit
mailing list