X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Finspect_fs_unix.c;fp=src%2Finspect_fs_unix.c;h=2ea29ad83f5a360244c60261469e0bd9c58c0fe2;hp=a34d691ae8da0d945dfc1bba280e7214cb44d8a2;hb=41cd0e302d6554facd6b9f7daaa78304361efaef;hpb=316817b5ad98e294a9d2498a4403e82911a75b4a diff --git a/src/inspect_fs_unix.c b/src/inspect_fs_unix.c index a34d691..2ea29ad 100644 --- a/src/inspect_fs_unix.c +++ b/src/inspect_fs_unix.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 @@ -850,4 +848,4 @@ inspect_with_augeas (guestfs_h *g, struct inspect_fs *fs, const char *filename, return r; } -#endif /* defined(HAVE_PCRE) && defined(HAVE_HIVEX) */ +#endif /* defined(HAVE_HIVEX) */