mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -05:00
fix closing parentheses
This commit is contained in:
parent
8ec31398e0
commit
6de67a134e
@ -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…
Reference in New Issue
Block a user