Fix excessive escaping.

pull/1/head
Yang Tse 19 years ago
parent 33be40af18
commit d4b831bd3e
  1. 2
      acinclude.m4

@ -7,7 +7,7 @@ dnl Check for headers if check not already done.
AC_DEFUN([CURL_CHECK_HEADERS_ONCE], [ AC_DEFUN([CURL_CHECK_HEADERS_ONCE], [
for f_hdr in $1 for f_hdr in $1
do do
u_hdr=`echo "$f_hdr" | sed 'y/\.\/-/___/'` u_hdr=`echo "$f_hdr" | sed 'y/.\/-/___/'`
eval prev_check_res=\$ac_cv_header_$u_hdr eval prev_check_res=\$ac_cv_header_$u_hdr
case "$prev_check_res" in case "$prev_check_res" in
yes | no) yes | no)

Loading…
Cancel
Save