summaryrefslogtreecommitdiff
path: root/m4/openssh.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/openssh.m4')
-rw-r--r--m4/openssh.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/openssh.m4 b/m4/openssh.m4
index b70856e43..6a49f10fa 100644
--- a/m4/openssh.m4
+++ b/m4/openssh.m4
@@ -131,7 +131,7 @@ dnl OSSH_CHECK_HEADER_FOR_FIELD(field, header, symbol)
131dnl Does AC_EGREP_HEADER on 'header' for the string 'field' 131dnl Does AC_EGREP_HEADER on 'header' for the string 'field'
132dnl If found, set 'symbol' to be defined. Cache the result. 132dnl If found, set 'symbol' to be defined. Cache the result.
133dnl TODO: This is not foolproof, better to compile and read from there 133dnl TODO: This is not foolproof, better to compile and read from there
134AC_DEFUN(OSSH_CHECK_HEADER_FOR_FIELD, [ 134AC_DEFUN([OSSH_CHECK_HEADER_FOR_FIELD], [
135# look for field '$1' in header '$2' 135# look for field '$1' in header '$2'
136 dnl This strips characters illegal to m4 from the header filename 136 dnl This strips characters illegal to m4 from the header filename
137 ossh_safe=`echo "$2" | sed 'y%./+-%__p_%'` 137 ossh_safe=`echo "$2" | sed 'y%./+-%__p_%'`