fix closing parentheses

This commit is contained in:
Daniel Stenberg 2005-12-20 08:51:48 +00:00
parent 8ec31398e0
commit 6de67a134e
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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