VirtualBox

Changeset 7511

Show
Ignore:
Timestamp:
03/20/08 19:59:48 (9 months ago)
Author:
vboxsync
Message:

Linux/configure: check_avail() causes the script to exit if its argument is not found

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure

    r7493 r7511  
    11971197                test_header "Qt4 uic3" 
    11981198                for r in $q/bin $QT4UIC3DIR; do 
    1199                   if check_avail "$r/uic3" QT4UIC3DIR; then 
     1199                  if which_wrapper "$r/uic3"; then 
    12001200                    uic3_ver=`$r/uic3 -version 2>&1|sed 's+^.*version \(.*\)+\1+'` 
    12011201                    if [ $? -ne 0 ]; then 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy