VirtualBox

Changeset 38538 in vbox for trunk/configure


Ignore:
Timestamp:
Aug 25, 2011 6:57:29 PM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
73686
Message:

configure: don't overwrite PKG_CONFIG_PATH for the Qt check

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure

    r37265 r38538  
    15071507        # this braindead path is necessary for mdv2008.1
    15081508        qt4_ver=`\
    1509             PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig \
     1509            PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/qt4/lib/pkgconfig \
    15101510            pkg-config QtCore --modversion 2>> $LOG`
    15111511        if [ $? -ne 0 ]; then
     
    15141514        else
    15151515          FLGQT4=`\
    1516               PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig \
     1516              PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/qt4/lib/pkgconfig \
    15171517              pkg-config QtCore --cflags`
    15181518          INCQT4=`strip_I "$FLGQT4"`
    15191519          LIBQT4=`\
    1520               PKG_CONFIG_PATH=/usr/lib/qt4/lib/pkgconfig \
     1520              PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/lib/qt4/lib/pkgconfig \
    15211521              PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 \
    15221522              pkg-config QtCore --libs`
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