summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Schindelin <johannes.schindelin@gmx.de>2014-08-16 15:58:08 +0200
committerJohannes Schindelin <johannes.schindelin@gmx.de>2014-08-16 16:16:39 +0200
commitcdd8675fd975c3ecabe49781b03236c082bf0a14 (patch)
treed01c0cb29c7ff7ca8a746dd2c0db11e4a5c16176
parent0c08b5db653e3e2c3c50ce4023913cf1e69dcc75 (diff)
downloadlibvncserver-cdd8675fd975c3ecabe49781b03236c082bf0a14.zip
libvncserver-cdd8675fd975c3ecabe49781b03236c082bf0a14.tar.gz
Fix whitespace
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
-rw-r--r--acinclude.m416
1 files changed, 8 insertions, 8 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 6566414..0365753 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -1137,10 +1137,10 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
x86_64-*linux*)
LD="${LD-ld} -m elf_i386"
;;
- powerpc64le-*)
- LD="${LD-ld} -m elf32lppclinux"
- ;;
- powerpc64-*)
+ powerpc64le-*)
+ LD="${LD-ld} -m elf32lppclinux"
+ ;;
+ powerpc64-*)
LD="${LD-ld} -m elf32ppclinux"
;;
s390x-*linux*)
@@ -1156,10 +1156,10 @@ x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*|s390*-*linux*|sparc*-*linux*)
x86_64-*linux*)
LD="${LD-ld} -m elf_x86_64"
;;
- powerpcle-*)
- LD="${LD-ld} -m elf64lppc"
- ;;
- powerpc-*)
+ powerpcle-*)
+ LD="${LD-ld} -m elf64lppc"
+ ;;
+ powerpc-*)
LD="${LD-ld} -m elf64ppc"
;;
s390*-*linux*)
OpenPOWER on IntegriCloud