hal: Branch 'origin'

Richard Hughes hughsient at kemper.freedesktop.org
Sun Dec 17 09:32:44 PST 2006


 configure.in |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree e3df19e31075ab095d585f69a3bb62a707622b53 (from ec2f246285353aad75115282354b979b1f1e48b3)
Author: Richard Hughes <richard at hughsie.com>
Date:   Sat Dec 16 12:46:49 2006 +0000

    fix the libparted checking script
    
    Spotted a typo, which meant libparted support could never be compiled.

diff --git a/configure.in b/configure.in
index 9f5945b..68f4f2b 100644
--- a/configure.in
+++ b/configure.in
@@ -123,7 +123,7 @@ if test "x$use_parted" = "xyes" ; then
 		printf( "Found libparted %s", ped_get_version() ) ;
 
 	if ((major == 1 && minor == 7 && micro == 1) ||
-	    (major == 1 && minor == 8 && micro == 0)
+	    (major == 1 && minor == 8 && micro == 0) ||
 	    (major == 1 && minor == 8 && micro == 1))
 	   return 0;
 


More information about the hal-commit mailing list