VirtualBox

Changeset 10385 in vbox for trunk/configure


Ignore:
Timestamp:
Jul 8, 2008 9:00:32 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
33036
Message:

configure qt4 fix for mdv2008.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r10348 r10385  
    12731273      # default is to use pkg-config
    12741274      if which_wrapper pkg-config > /dev/null; then
    1275         qt4_ver=`pkg-config QtCore --modversion 2>> $LOG`
     1275        # this braindead path is necessary for mdv2008.1
     1276        qt4_ver=`PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig pkg-config QtCore --modversion 2>> $LOG`
    12761277        if [ $? -ne 0 ]; then
    12771278          log_failure "not found"
    12781279          fail
    12791280        else
    1280           FLGQT4=`pkg-config QtCore --cflags`
     1281          FLGQT4=`PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig pkg-config QtCore --cflags`
    12811282          INCQT4=`strip_I "$FLGQT4"`
    1282           LIBQT4=`pkg-config QtCore --libs`
     1283          LIBQT4=`PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig pkg-config QtCore --libs`
    12831284          foundqt4=1
    12841285        fi
    12851286      else
    12861287        log_failure "pkg-config not found"
    1287 # not yet
    1288 #       fail
     1288        fail
    12891289      fi
    12901290    else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette