From 972a693aa57202cdfab822506b74064d5547f9fa Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 4 Mar 1994 22:26:03 +0000 Subject: [PATCH] *** empty log message *** --- src/regex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/regex.c b/src/regex.c index 792d419cc43..f047ecc3cf2 100644 --- a/src/regex.c +++ b/src/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.39.5