diff --git a/includes/uuid_term.features.inc b/includes/uuid_term.features.inc
index a1b4d5b..6a43171 100644
--- a/includes/uuid_term.features.inc
+++ b/includes/uuid_term.features.inc
@@ -10,6 +10,10 @@
 function uuid_term_features_export_options() {
   $options = array();
 
+  if (!module_exists('taxonomy')) {
+    return $options;
+  }
+
   $query = 'SELECT t.tid, t.name, v.name AS vname, t.uuid
     FROM {taxonomy_term_data} t
     INNER JOIN {taxonomy_vocabulary} v ON t.vid = v.vid
