X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Finspect_fs.c;h=3fa5c98eb6a055748320d2b46764e259c83a9b50;hp=ff5463405579cf7ff7ddbc87fa41aa6df1f6d85e;hb=41cd0e302d6554facd6b9f7daaa78304361efaef;hpb=0da6f55a6745686ca056c6bc8ebf647f111cb8e8 diff --git a/src/inspect_fs.c b/src/inspect_fs.c index ff54634..3fa5c98 100644 --- a/src/inspect_fs.c +++ b/src/inspect_fs.c @@ -29,9 +29,7 @@ #include #include -#ifdef HAVE_PCRE #include -#endif #ifdef HAVE_HIVEX #include @@ -46,7 +44,7 @@ #include "guestfs-internal-actions.h" #include "guestfs_protocol.h" -#if defined(HAVE_PCRE) && defined(HAVE_HIVEX) +#if defined(HAVE_HIVEX) /* Compile all the regular expressions once when the shared library is * loaded. PCRE is thread safe so we're supposedly OK here if @@ -538,4 +536,4 @@ guestfs___first_egrep_of_file (guestfs_h *g, const char *filename, return 1; } -#endif /* defined(HAVE_PCRE) && defined(HAVE_HIVEX) */ +#endif /* defined(HAVE_HIVEX) */