From f8f8b5e8d9ee0e410909b4551df663918bb85102 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 4 Mar 1994 22:26:03 +0000 Subject: [PATCH] *** empty log message *** --- regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regex.c b/regex.c index 792d419cc4..f047ecc3cf 100644 --- a/regex.c +++ b/regex.c @@ -27,7 +27,7 @@ #define _GNU_SOURCE #ifdef HAVE_CONFIG_H -#if defined (CONFIG_BROKETS) +#if defined (emacs) || 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). */ -- 2.30.2