From: Tomas V.V.Cox Date: Mon, 4 Aug 2003 13:34:25 +0000 (+0000) Subject: Show the correct configure error line number (Greg) X-Git-Tag: RELEASE_1_2b5~45 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a4b4de6766e198bea21fe6761cee0a2fcd8fd6de;p=php Show the correct configure error line number (Greg) --- diff --git a/pear/PEAR/Common.php b/pear/PEAR/Common.php index a0f3685993..d1fccdb64d 100644 --- a/pear/PEAR/Common.php +++ b/pear/PEAR/Common.php @@ -1107,6 +1107,7 @@ class PEAR_Common extends PEAR if (empty($c['prompt'])) { $errors[] = "configure option $i: missing prompt"; } + $i++; } } if (empty($info['filelist'])) {