X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffnmatch.c;h=df1706cc0ce61d3d96497c64972f34b96d722397;hb=c48e3b6bc3bd5b075e45075c141f1b2b84b02b53;hp=2fb65b521604bf4306e494cdcfd1d31755bbc941;hpb=e988749cf4d49ad0712ad377a0bec9374363a8ed;p=gnulib.git diff --git a/lib/fnmatch.c b/lib/fnmatch.c index 2fb65b521..df1706cc0 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -16,7 +16,14 @@ not, write to the Free Software Foundation, Inc., 675 Mass Ave, 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$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" +#endif #endif #include