We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa72be commit 6b30855Copy full SHA for 6b30855
configure
@@ -98,7 +98,7 @@ if(-e $BANNER_FILE) {
98
99
# Check that ROOT can be seen
100
#
101
-`hash root-config`;
+`root-config --version 2> /dev/null`;
102
$HAVE_ROOT_CONFIG = $?;
103
die ("*** Error *** Cannot find root-config. Is ROOT installed?")
104
unless $HAVE_ROOT_CONFIG == 0;
@@ -969,7 +969,7 @@ if ($gopt_enable_professor2 eq "YES") {
969
#run git submodule update src/ExternalLibs/professor
970
print "Checking out Professor2 submodule...\n";
971
system("git submodule update --init src/ExternalLibs/professor");
972
- print "Done.\n";
+ print "Done.\n";
973
}
974
975
# Save config options
0 commit comments