hal: Branch 'master'
Danny Kukawka
dkukawka at kemper.freedesktop.org
Thu Sep 20 11:19:36 PDT 2007
configure.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
diff-tree 0739ba39c3d6fea8efe1725b160e18ff826ec267 (from 8fe351c3c324a115210d396d241c9878af743740)
Author: Ruediger Oertel <ro at suse.de>
Date: Thu Sep 20 20:19:27 2007 +0200
fixed configure for macbook addons to build also on x86_64
Fixed configure for macbook addons to build also on x86_64.
diff --git a/configure.in b/configure.in
index 3480878..d2b273f 100644
--- a/configure.in
+++ b/configure.in
@@ -763,7 +763,7 @@ elif test "x$with_macbookpro" = "x" ; th
case "${HALD_BACKEND}" in
linux)
case "${host}" in
- i[[3456]]86-*-*)
+ i[[3456]]86-*-*|x86_64-*-*)
BUILD_MACBOOKPRO=yes
;;
*)
@@ -789,7 +789,7 @@ elif test "x$with_macbook" = "x" ; then
case "${HALD_BACKEND}" in
linux)
case "${host}" in
- i[[3456]]86-*-*)
+ i[[3456]]86-*-*|x86_64-*-*)
BUILD_MACBOOK=yes
;;
*)
More information about the hal-commit
mailing list