Browse Source

- Fixed bug #32504 (shtool problem on make test)

PHP-5.1
foobar 22 years ago
parent
commit
7f4e28d2bd
  1. 2
      run-tests.php

2
run-tests.php

@ -511,7 +511,7 @@ if (!getenv('NO_INTERACTION')) {
$libtool = shell_exec($CUR_DIR . '/libtool --version');
/* Use shtool to find out if there is glibtool present (MacOSX) */
$sys_libtool_path = shell_exec(dirname(__FILE__) . "./build/shtool path glibtool libtool");
$sys_libtool_path = shell_exec(dirname(__FILE__) . '/build/shtool path glibtool libtool');
$sys_libtool = shell_exec(str_replace("\n", "", $sys_libtool_path) . ' --version');
/* Try the most common flags for 'version' */

Loading…
Cancel
Save