Index: modules/mm_s3/mm_s3.install
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/media_mover/modules/mm_s3/Attic/mm_s3.install,v
retrieving revision 1.1.2.5
diff -u -p -r1.1.2.5 mm_s3.install
--- modules/mm_s3/mm_s3.install	23 Apr 2010 23:06:16 -0000	1.1.2.5
+++ modules/mm_s3/mm_s3.install	25 Jul 2010 01:28:35 -0000
@@ -12,9 +12,7 @@
  */
 function mm_s3_requirements($phase) {
   // Check for CURL
-  if (extension_loaded('curl') && !@dl(PHP_SHLIB_SUFFIX == 'so' ? 'curl.so' : 'php_curl.dll')) {
-    $has_curl = TRUE;
-  }
+  $has_curl = extension_loaded('curl') ? TRUE : FALSE;
   $requirements['mm_s3'] = array(
     'title' => t('PHP Curl Support'),
     'description' => t('Media Mover S3 requires PHP to have the Curl libraries. If your version of PHP does not have it, check with your system administrator.'),
