diff options
author | Michel Dänzer <michel@tungstengraphics.com> | 2008-04-09 16:17:35 +0200 |
---|---|---|
committer | Michel Dänzer <michel@tungstengraphics.com> | 2008-04-09 16:17:35 +0200 |
commit | b4842d8dc3b1619033c5c123c8adc6e164098dc3 (patch) | |
tree | bd9876f7c99d7e2cbf60b1e6bd342bfdee4eb1bb /acinclude.m4 | |
parent | 0d1746995d91b55e40f233f0c38b56bafe896d38 (diff) |
dolt works on powerpc Linux.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 822adbe0d..c496afd73 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -26,7 +26,7 @@ if test x$GCC != xyes; then dolt_supported=no fi case $host in -i?86-*-linux*|x86_64-*-linux*) ;; +i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux*) ;; *) dolt_supported=no ;; esac if test x$dolt_supported = xno ; then |