summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Mai <l.mai@web.de>2017-10-14 18:03:17 +0200
committerLukas Mai <l.mai@web.de>2017-10-14 18:03:17 +0200
commit4f6c12fefd2c44dcdf4d2894710f4a2598a14af6 (patch)
treef4a34ee32b7a2b8abbbc89f4746b9532bbd65f4b
parent72bbce3da5eeffde81ed89bb421e17a9f4caf8ce (diff)
downloadperl-4f6c12fefd2c44dcdf4d2894710f4a2598a14af6.tar.gz
hints/aix.sh: remove trailing spaces
-rw-r--r--hints/aix.sh22
1 files changed, 11 insertions, 11 deletions
diff --git a/hints/aix.sh b/hints/aix.sh
index 4db516688f..b06e399b44 100644
--- a/hints/aix.sh
+++ b/hints/aix.sh
@@ -238,19 +238,19 @@ case "$usethreads" in
ccflags="$ccflags -DNEED_PTHREAD_INIT"
case "$cc" in
- *gcc*|*g++*)
- ccflags="-D_THREAD_SAFE $ccflags"
+ *gcc*|*g++*)
+ ccflags="-D_THREAD_SAFE $ccflags"
;;
- cc_r)
+ cc_r)
;;
- xlc_r)
+ xlc_r)
;;
# we do not need the C++ compiler
- xlC_r)
- cc=xlc_r
+ xlC_r)
+ cc=xlc_r
;;
- '')
- cc=cc_r
+ '')
+ cc=cc_r
;;
*)
esac
@@ -266,11 +266,11 @@ case "$usethreads" in
;;
*)
case "$cc" in
- xlc)
+ xlc)
;;
# we do not need the C++ compiler
- xlC)
- cc=xlc
+ xlC)
+ cc=xlc
;;
*)
esac