*** empty log message ***
authorKarl Heuer <kwzh@gnu.org>
Fri, 4 Mar 1994 22:26:03 +0000 (22:26 +0000)
committerKarl Heuer <kwzh@gnu.org>
Fri, 4 Mar 1994 22:26:03 +0000 (22:26 +0000)
regex.c

diff --git a/regex.c b/regex.c
index 792d419cc43ce27017671fb07ddbf08aa81442c7..f047ecc3cf27bbe3ef100ec420a2a9c2b07658c5 100644 (file)
--- 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 <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).  */