diff src/regex.c @ 6202:5442ffe004ec

*** empty log message ***
author Karl Heuer <kwzh@gnu.org>
date Fri, 04 Mar 1994 22:26:03 +0000
parents a8abaa9116f1
children 815a2d384b6e
line wrap: on
line diff
--- a/src/regex.c	Fri Mar 04 21:21:08 1994 +0000
+++ b/src/regex.c	Fri Mar 04 22:26:03 1994 +0000
@@ -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).  */