summaryrefslogtreecommitdiff
path: root/config/picflag.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/picflag.m4')
-rw-r--r--config/picflag.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/config/picflag.m4 b/config/picflag.m4
index 2f5b9721eb2f..8b106f9af886 100644
--- a/config/picflag.m4
+++ b/config/picflag.m4
@@ -12,7 +12,7 @@ case "${$2}" in
# If we are using a compiler supporting mdynamic-no-pic
# and the option has been tested as safe to add, then cancel
# it here, since the code generated is incompatible with shared
- # libs.
+ # libs.
*-mdynamic-no-pic*) $1='-fno-common -mno-dynamic-no-pic' ;;
*) $1=-fno-common ;;
esac