Skip to content

Commit

Permalink
fix: [action-if-found] part of AC_CHECK_TYPE macro cannot be quoted w…
Browse files Browse the repository at this point in the history
…hen empty
  • Loading branch information
yangtse committed May 21, 2008
1 parent d8efc99 commit abe2e6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions acinclude.m4
Expand Up @@ -773,9 +773,7 @@ dnl an equivalent type if socklen_t not available

AC_DEFUN([CURL_CHECK_TYPE_SOCKLEN_T], [
AC_REQUIRE([CURL_CHECK_HEADER_WS2TCPIP])dnl
AC_CHECK_TYPE([socklen_t], [
dnl socklen_t is available
],[
AC_CHECK_TYPE([socklen_t], ,[
dnl socklen_t not available
AC_CACHE_CHECK([for socklen_t equivalent],
[curl_cv_socklen_t_equiv], [
Expand Down
4 changes: 1 addition & 3 deletions ares/acinclude.m4
Expand Up @@ -242,9 +242,7 @@ dnl an equivalent type if socklen_t not available

AC_DEFUN([CURL_CHECK_TYPE_SOCKLEN_T], [
AC_REQUIRE([CURL_CHECK_HEADER_WS2TCPIP])dnl
AC_CHECK_TYPE([socklen_t], [
dnl socklen_t is available
],[
AC_CHECK_TYPE([socklen_t], ,[
dnl socklen_t not available
AC_CACHE_CHECK([for socklen_t equivalent],
[curl_cv_socklen_t_equiv], [
Expand Down

0 comments on commit abe2e6e

Please sign in to comment.