diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-12-20 08:51:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-12-20 08:51:48 +0000 |
commit | 6de67a134eab2cabe0b190fefb7c50803cc2718a (patch) | |
tree | 6356468c6d4ac1e707b59785d0e7f459aa7c5134 /ares | |
parent | 8ec31398e0eeb07d35076d9cdff5c06b4994c66e (diff) | |
download | curl-6de67a134eab2cabe0b190fefb7c50803cc2718a.tar.gz |
fix closing parentheses
Diffstat (limited to 'ares')
-rw-r--r-- | ares/acinclude.m4 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ares/acinclude.m4 b/ares/acinclude.m4 index 5072ecd63..b09c935d1 100644 --- a/ares/acinclude.m4 +++ b/ares/acinclude.m4 @@ -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 |