X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Ffnmatch.c;h=df1706cc0ce61d3d96497c64972f34b96d722397;hb=95ed01883016323b7476f3ee580149ea4b810e0f;hp=863b25e9e9c52192f3c34b08ca42055bd32808e6;hpb=652deb17b199f2bcd3bc19008b728634d640075f;p=gnulib.git diff --git a/lib/fnmatch.c b/lib/fnmatch.c index 863b25e9e..df1706cc0 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -18,8 +18,8 @@ Cambridge, MA 02139, USA. */ #ifdef HAVE_CONFIG_H #if defined (CONFIG_BROKETS) /* We use instead of "config.h" so that a compilation - using -I. -I will use ./config.h rather than /config.h - (which it would do because it found this file in ). */ + using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h + (which it would do because it found this file in $srcdir). */ #include #else #include "config.h"