X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Fmatch.c;h=68b2d4b5c08f9b906afe4f1881cce126736b8d44;hp=869850c10e7574e5f5707551d640fe578930e094;hb=41cd0e302d6554facd6b9f7daaa78304361efaef;hpb=daf55c07978cd29fe6675911bf76da0b056fdae1 diff --git a/src/match.c b/src/match.c index 869850c..68b2d4b 100644 --- a/src/match.c +++ b/src/match.c @@ -22,15 +22,11 @@ #include #include -#ifdef HAVE_PCRE #include -#endif #include "guestfs.h" #include "guestfs-internal.h" -#ifdef HAVE_PCRE - /* Match a regular expression which contains no captures. Returns * true if it matches or false if it doesn't. */ @@ -124,5 +120,3 @@ guestfs___match3 (guestfs_h *g, const char *str, const pcre *re, return 1; } - -#endif /* HAVE_PCRE */