aboutsummaryrefslogtreecommitdiff
path: root/ares
diff options
context:
space:
mode:
Diffstat (limited to 'ares')
-rw-r--r--ares/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/acinclude.m4 b/ares/acinclude.m4
index 02930ad25..e81f6a4b8 100644
--- a/ares/acinclude.m4
+++ b/ares/acinclude.m4
@@ -7,7 +7,7 @@ dnl Check for headers if check not already done.
AC_DEFUN([CURL_CHECK_HEADERS_ONCE], [
for f_hdr in $1
do
- u_hdr=`echo "$f_hdr" | sed 's/[\-|\.|\/]/_/g'`
+ u_hdr=`echo "$f_hdr" | sed 's/[-|\.|\/]/_/g'`
eval prev_check_res=\$ac_cv_header_$u_hdr
case "$prev_check_res" in
yes | no)