aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1994-03-04 22:26:03 +0000
committerKarl Heuer <[email protected]>1994-03-04 22:26:03 +0000
commit972a693aa57202cdfab822506b74064d5547f9fa (patch)
tree4f8d2fb24d700fd36d42f8ea82d083197397e6ef
parent1a2f2d332e66b4549fcc88237e8eeb032b466657 (diff)
*** empty log message ***
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/regex.c b/src/regex.c
index 792d419cc4..f047ecc3cf 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 <config.h> 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). */