Changeset 20298
- Timestamp:
- Oct 21, 2008, 11:12:34 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psconfig/pschecklibs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psconfig/pschecklibs
r20297 r20298 136 136 # not in the list 137 137 &buildlib ($name, $tarball, $tardir, $configure_opts, $make_opts, $install_opts); 138 $force{lc($name)} = undef;138 delete($force{lc($name)}); 139 139 next; 140 140 } … … 187 187 my $bad_force; 188 188 foreach $k (keys %force) { 189 print STDERR "\nERROR: -force used for $k which isn't in the list\n";189 print STDERR "\nERROR: -force $k requested but $k isn't in the list of libraries\n"; 190 190 $bad_force = 1; 191 191 }
Note:
See TracChangeset
for help on using the changeset viewer.
