X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=m4%2Fglob.m4;h=545c37c669432887415d1e218fd5499b852d0212;hb=b7b6d3d99a751f99638ed8e14b62c1cf697f0664;hp=bc3e67cff1a624093be20c3b747072e955df9465;hpb=666d3eddd79973c9ef06e875a1dc41702bac6443;p=gnulib.git diff --git a/m4/glob.m4 b/m4/glob.m4 index bc3e67cff..545c37c66 100644 --- a/m4/glob.m4 +++ b/m4/glob.m4 @@ -1,5 +1,5 @@ # glob.m4 serial 10 -dnl Copyright (C) 2005-2007 Free Software Foundation, Inc. +dnl Copyright (C) 2005-2007, 2009-2010 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. @@ -27,8 +27,8 @@ AC_DEFUN([gl_GLOB], [ AC_COMPILE_IFELSE( [[#include char a[_GNU_GLOB_INTERFACE_VERSION == 1 ? 1 : -1];]], - [gl_cv_gnu_glob_interface_version_1=yes], - [gl_cv_gnu_glob_interface_version_1=no])]) + [gl_cv_gnu_glob_interface_version_1=yes], + [gl_cv_gnu_glob_interface_version_1=no])]) if test "$gl_cv_gnu_glob_interface_version_1" = "no"; then GLOB_H=glob.h