X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=src%2Finspect_fs_cd.c;h=96add97c8ec8ac24b684db129c68b324c047077f;hp=6ae08c3e6a4e12e1a92c1f3dfd600eb82e891b9e;hb=41cd0e302d6554facd6b9f7daaa78304361efaef;hpb=316817b5ad98e294a9d2498a4403e82911a75b4a diff --git a/src/inspect_fs_cd.c b/src/inspect_fs_cd.c index 6ae08c3..96add97 100644 --- a/src/inspect_fs_cd.c +++ b/src/inspect_fs_cd.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) /* Debian/Ubuntu install disks are easy ... * @@ -401,4 +399,4 @@ guestfs___check_installer_root (guestfs_h *g, struct inspect_fs *fs) return 0; } -#endif /* defined(HAVE_PCRE) && defined(HAVE_HIVEX) */ +#endif /* defined(HAVE_HIVEX) */