]> granicus.if.org Git - php/commitdiff
Show the correct configure error line number (Greg)
authorTomas V.V.Cox <cox@php.net>
Mon, 4 Aug 2003 13:34:25 +0000 (13:34 +0000)
committerTomas V.V.Cox <cox@php.net>
Mon, 4 Aug 2003 13:34:25 +0000 (13:34 +0000)
pear/PEAR/Common.php

index a0f3685993eee67bcc247764786ae4f4bc134934..d1fccdb64dea992e3a0c816305ce1cf86ebb8f3c 100644 (file)
@@ -1107,6 +1107,7 @@ class PEAR_Common extends PEAR
                 if (empty($c['prompt'])) {
                     $errors[] = "configure option $i: missing prompt";
                 }
+                $i++;
             }
         }
         if (empty($info['filelist'])) {