Index: contrib/mm_s3/mm_s3.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/media_mover/contrib/mm_s3/Attic/mm_s3.install,v retrieving revision 1.1.2.1.2.3 diff -u -p -r1.1.2.1.2.3 mm_s3.install --- contrib/mm_s3/mm_s3.install 17 Sep 2009 01:37:32 -0000 1.1.2.1.2.3 +++ contrib/mm_s3/mm_s3.install 25 Jul 2010 01:27:32 -0000 @@ -5,7 +5,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'); $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.'),