X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Ffnmatch.c;h=df1706cc0ce61d3d96497c64972f34b96d722397;hb=b4e2cc126eeaa01f81c71bf233f7b69dba38d998;hp=8a25a905d147ca54b691b0fe56928a60e2f38ed3;hpb=b906f37ccf221ae8155011126f3cc98b31d9dd59;p=gnulib.git diff --git a/lib/fnmatch.c b/lib/fnmatch.c index 8a25a905d..df1706cc0 100644 --- a/lib/fnmatch.c +++ b/lib/fnmatch.c @@ -16,8 +16,15 @@ 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 #include