X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=m4%2Fwget.m4;h=777e973415ee42d013ddd275f6b64c4487a33484;hp=0827272487f96002015e0ee540864c652b9d4f44;hb=320cfdcb658e8d6556ae9dfd902c2db1db866a6b;hpb=f9c765d8e635728753572db7af242a8c167980d7 diff --git a/m4/wget.m4 b/m4/wget.m4 index 08272724..777e9734 100644 --- a/m4/wget.m4 +++ b/m4/wget.m4 @@ -1,7 +1,7 @@ dnl Wget-specific Autoconf macros. dnl Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, -dnl 2004, 2005, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, -dnl Inc. +dnl 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software +dnl Foundation, Inc. dnl This program is free software; you can redistribute it and/or modify dnl it under the terms of the GNU General Public License as published by @@ -51,8 +51,8 @@ dnl /usr/local/include (!), which GCC uses before /usr/include. AC_DEFUN([WGET_FNMATCH], [ AC_MSG_CHECKING([for working fnmatch.h]) - AC_COMPILE_IFELSE([#include - ], [ + AC_COMPILE_IFELSE([AC_LANG_SOURCE([#include + ])], [ AC_MSG_RESULT(yes) AC_DEFINE([HAVE_WORKING_FNMATCH_H], 1, [Define if fnmatch.h can be included.])