Commit 6de67a13 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

fix closing parentheses

parent 8ec31398
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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
+2 −1
Original line number Diff line number Diff line
@@ -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