--- image_captcha/image_captcha.install	2010-05-21 11:10:57.800140402 +0100
+++ image_captcha/image_captcha.install.new	2010-05-21 11:09:23.650098860 +0100
@@ -14,7 +14,7 @@
   $t = get_t();
   if ($phase == 'install') {
     // _image_captcha_check_setup() is defined in image_captcha.module.
-    module_load_include('module', 'image_captcha');
+    include_once(dirname(__FILE__) .'/image_captcha.module');
     // Check if the GD library is available and raise an error when not.
     if (_image_captcha_check_setup(FALSE) & IMAGE_CAPTCHA_ERROR_NO_GDLIB) {
       $requirements['image_captcha_requires_gd'] = array(
