diff --git a/superfish.install b/superfish.install
index aa3623b..4e872bf 100644
--- a/superfish.install
+++ b/superfish.install
@@ -21,10 +21,6 @@ function superfish_requirements($phase) {
   // Ensure translations do not break at install time
   $t = get_t();
 
-  if ($phase == 'install' && !drupal_get_path('module', 'libraries')) {
-    $requirements['superfish']['severity'] = REQUIREMENT_ERROR;
-    $requirements['superfish']['description'] = $t('Superfish module requires the <a href="@url">Libraries module</a> to be installed.', array('@url' => 'http://drupal.org/project/libraries'));
-  }
   if (module_exists('libraries')) {
     $requirements['superfish']['title'] = $t('Superfish library');
     $library = libraries_get_libraries();
@@ -45,4 +41,4 @@ function superfish_requirements($phase) {
  * Implements hook_update_N().
  */
 function superfish_update_7100() {
-}
\ No newline at end of file
+}
