CFLAGS are used before AM_CFLAGS, do not rely on AM_CFLAGS to pick correct <pcre.h>

master
Yevgen Muntyan 2007-02-03 11:20:45 -06:00
parent 3146fd9c53
commit aaadd4d323
1 changed files with 5 additions and 0 deletions

View File

@ -28,7 +28,12 @@
#include <glib.h>
#include <glib/gi18n.h>
#include <string.h>
#ifdef MOO_BUILD_PCRE
#include <mooutils/pcre/pcre.h>
#else
#include <pcre.h>
#endif
/* Mask of all the possible values for EggRegexCompileFlags. */
#define EGG_REGEX_COMPILE_MASK (EGG_REGEX_CASELESS | \