mirror of
https://github.com/curl/curl.git
synced 2026-06-01 22:04:15 +03:00
fix closing parentheses
This commit is contained in:
parent
8ec31398e0
commit
6de67a134e
2 changed files with 4 additions and 2 deletions
|
|
@ -552,7 +552,8 @@ AC_DEFUN([TYPE_IN_ADDR_T],
|
|||
#include <arpa/inet.h>
|
||||
#endif
|
||||
#endif
|
||||
])
|
||||
]) dnl AC_CHECK_TYPE
|
||||
]) dnl AC_DEFUN
|
||||
|
||||
dnl ************************************************************
|
||||
dnl check for "localhost", if it doesn't exist, we can't do the
|
||||
|
|
|
|||
|
|
@ -553,7 +553,8 @@ AC_DEFUN([TYPE_IN_ADDR_T],
|
|||
#endif
|
||||
|
||||
#endif
|
||||
])
|
||||
]) dnl AC_CHECK_TYPE
|
||||
]) dnl AC_DEFUN
|
||||
|
||||
|
||||
dnl We create a function for detecting which compiler we use and then set as
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue