diff options
author | Ruediger Oertel <ro@suse.de> | 2007-09-20 20:19:27 +0200 |
---|---|---|
committer | Danny Kukawka <danny.kukawka@web.de> | 2007-09-20 20:19:27 +0200 |
commit | 0739ba39c3d6fea8efe1725b160e18ff826ec267 (patch) | |
tree | fdaaba33653c47cff838405e960d22209948843e /configure.in | |
parent | 8fe351c3c324a115210d396d241c9878af743740 (diff) |
fixed configure for macbook addons to build also on x86_64
Fixed configure for macbook addons to build also on x86_64.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 34808787..d2b273ff 100644 --- a/configure.in +++ b/configure.in @@ -763,7 +763,7 @@ elif test "x$with_macbookpro" = "x" ; then 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 ;; *) |