aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/regex.c2
1 files changed, 1 insertions, 1 deletions
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 @@
27#define _GNU_SOURCE 27#define _GNU_SOURCE
28 28
29#ifdef HAVE_CONFIG_H 29#ifdef HAVE_CONFIG_H
30#if defined (CONFIG_BROKETS) 30#if defined (emacs) || defined (CONFIG_BROKETS)
31/* We use <config.h> instead of "config.h" so that a compilation 31/* We use <config.h> instead of "config.h" so that a compilation
32 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h 32 using -I. -I$srcdir will use ./config.h rather than $srcdir/config.h
33 (which it would do because it found this file in $srcdir). */ 33 (which it would do because it found this file in $srcdir). */