bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] Autoconf 2.68 warning


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] Autoconf 2.68 warning
Date: Sun, 30 Sep 2012 17:51:57 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.50 (gnu/linux)

Nikolay Merinov <address@hidden> writes:

>  AC_DEFUN([WGET_FNMATCH], [
>    AC_MSG_CHECKING([for working fnmatch.h])
> -  AC_COMPILE_IFELSE([#include <fnmatch.h>
> -                    ], [
> +  AC_COMPILE_IFELSE([AC_LANG_SOURCE([#include <fnmatch.h>
> +                    ])], [
>      AC_MSG_RESULT(yes)
>      AC_DEFINE([HAVE_WORKING_FNMATCH_H], 1,
>                [Define if fnmatch.h can be included.])

The patch seems correct.  Applied and pushed!

Thanks,
Giuseppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]