From: Karl Heuer Date: Fri, 4 Mar 1994 22:26:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f8b5e8d9ee0e410909b4551df663918bb85102;p=pspp *** empty log message *** --- diff --git a/regex.c b/regex.c index 792d419cc4..f047ecc3cf 100644 --- 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 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). */