aboutsummaryrefslogtreecommitdiff
path: root/m4/mhd_find_add_cc_ldflag.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/mhd_find_add_cc_ldflag.m4')
-rw-r--r--m4/mhd_find_add_cc_ldflag.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/mhd_find_add_cc_ldflag.m4 b/m4/mhd_find_add_cc_ldflag.m4
index 224a4e29..374ecf0f 100644
--- a/m4/mhd_find_add_cc_ldflag.m4
+++ b/m4/mhd_find_add_cc_ldflag.m4
@@ -19,7 +19,7 @@
19# Example usage: 19# Example usage:
20# 20#
21# MHD_CHECK_CC_LDFLAG([additional_LDFLAGS], 21# MHD_CHECK_CC_LDFLAG([additional_LDFLAGS],
22# [-Wl,--strip-all], [-Wl,--strip-debug]) 22# [-Wl,--strip-all], [-Wl,--strip-debug])
23# 23#
24# Note: Unlike others MHD_CHECK_*CC_LDFLAG* macro, this macro uses another 24# Note: Unlike others MHD_CHECK_*CC_LDFLAG* macro, this macro uses another
25# order of parameters. 25# order of parameters.
@@ -33,7 +33,7 @@
33# and this notice are preserved. This file is offered as-is, without any 33# and this notice are preserved. This file is offered as-is, without any
34# warranty. 34# warranty.
35 35
36#serial 1 36#serial 2
37 37
38AC_DEFUN([MHD_FIND_ADD_CC_LDFLAG],[dnl 38AC_DEFUN([MHD_FIND_ADD_CC_LDFLAG],[dnl
39_MHD_FIND_ADD_CC_XFLAG([[LDFLAGS]],$@)]) 39_MHD_FIND_ADD_CC_XFLAG([[LDFLAGS]],[],[],$@)])