X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fgethostname.m4;h=b813c36fb6a9d4dc78fc40a230b8ea8e82eead52;hb=7f68b5ace68d29f3627ce2e3a1e8966aea5ec778;hp=025c55d59d4d16fb214fb812528843c107b81c21;hpb=15884890b30bc2c220e8e5c035d8009885b4810d;p=gnulib.git diff --git a/m4/gethostname.m4 b/m4/gethostname.m4 index 025c55d59..b813c36fb 100644 --- a/m4/gethostname.m4 +++ b/m4/gethostname.m4 @@ -1,5 +1,5 @@ -# gethostname.m4 serial 10 -dnl Copyright (C) 2002, 2008-2010 Free Software Foundation, Inc. +# gethostname.m4 serial 11 +dnl Copyright (C) 2002, 2008-2011 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -14,7 +14,7 @@ AC_DEFUN([gl_FUNC_GETHOSTNAME], dnl Where is gethostname() defined? dnl - On native Windows, it is in ws2_32.dll. - dnl - Otherwise is is in libc. + dnl - Otherwise it is in libc. GETHOSTNAME_LIB= AC_CHECK_FUNCS([gethostname], , [ AC_CACHE_CHECK([for gethostname in winsock2.h and -lws2_32],