From a4b4de6766e198bea21fe6761cee0a2fcd8fd6de Mon Sep 17 00:00:00 2001 From: "Tomas V.V.Cox" Date: Mon, 4 Aug 2003 13:34:25 +0000 Subject: [PATCH] Show the correct configure error line number (Greg) --- pear/PEAR/Common.php | 1 + 1 file changed, 1 insertion(+) 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'])) { -- 2.40.0