consistent verbosity
[pharext/pharext] / src / pharext / Task / Configure.php
index 3effbfbb28b51c331bc71893e7d2b1933b12a78a..28957e9908712c1b8b42c7c15b53cc67ff90d8a4 100644 (file)
@@ -40,6 +40,9 @@ class Configure implements Task
        }
 
        public function run($verbose = false) {
+               if ($verbose !== false) {
+                       printf("Running ./configure ...\n");
+               }
                $pwd = getcwd();
                if (!chdir($this->cwd)) {
                        throw new Exception;