aboutsummaryrefslogtreecommitdiff
path: root/m4/mhd_check_cc_ldflag.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mhd_check_cc_ldflag.m4')
-rw-r--r--m4/mhd_check_cc_ldflag.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mhd_check_cc_ldflag.m4 b/m4/mhd_check_cc_ldflag.m4
index e5f57953..9eb5b96b 100644
--- a/m4/mhd_check_cc_ldflag.m4
+++ b/m4/mhd_check_cc_ldflag.m4
@@ -9,7 +9,7 @@
9# The check is performing by prepending FLAG-TO-TEST to LDFLAGS, then 9# The check is performing by prepending FLAG-TO-TEST to LDFLAGS, then
10# prepending value of VARIABLE-TO-PREPEND-LDFLAGS (if any) to LDFLAGS, and 10# prepending value of VARIABLE-TO-PREPEND-LDFLAGS (if any) to LDFLAGS, and
11# then performing compile and link test. If test succeed without warnings, 11# then performing compile and link test. If test succeed without warnings,
12# then the flag is considered to be suppoted. Otherwise, if compile and link 12# then the flag is considered to be supported. Otherwise, if compile and link
13# without test flag can be done without any warning, the flag is considered 13# without test flag can be done without any warning, the flag is considered
14# to be unsuppoted. 14# to be unsuppoted.
15# 15#