/[svn]/liblscp/trunk/configure.ac
ViewVC logotype

Diff of /liblscp/trunk/configure.ac

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3875 by capela, Sat May 8 09:34:07 2021 UTC revision 3876 by capela, Sat May 8 09:40:01 2021 UTC
# Line 106  if test "x$ac_headers_h" = "xno"; then Line 106  if test "x$ac_headers_h" = "xno"; then
106  fi  fi
107    
108  # Checks for standard functions.  # Checks for standard functions.
109  AC_CHECK_FUNCS(  if test "x$windows" = "xno"; then
110    [strdup strtok_r memset memmove socket connect bind listen setsockopt getsockopt getsockname gethostbyname],     AC_CHECK_FUNCS(
111    [], [ac_funcs_c="no"])       [socket connect bind listen setsockopt getsockopt getsockname gethostbyname],
112  if test "x$ac_funcs_c" = "xno"; then       [], [ac_funcs_c="no"])
113    AC_MSG_ERROR([*** Standard functions not found.])     if test "x$ac_funcs_c" = "xno"; then
114          AC_MSG_ERROR([*** Standard functions not found.])
115       fi
116  fi  fi
117    
118  # Checks for pthread library.  # Checks for pthread library.

Legend:
Removed from v.3875  
changed lines
  Added in v.3876

  ViewVC Help
Powered by ViewVC