Changeset 85ebf71


Ignore:
Timestamp:
2008-09-07T22:09:28Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
885e563e, cc5f8ac
Parents:
89949c7
Message:

add/usr/local/lib/pkgconfig to PKG_CONFIG_PATH automatically if it makes sense

File:
1 edited

Legend:

Unmodified
Added
Removed
  • skype/configure.ac

    r89949c7 r85ebf71  
    3030dnl Check for bitlbee
    3131AC_MSG_CHECKING(for BitlBee)
     32if test -d /usr/local/lib/pkgconfig; then
     33        PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/usr/local/lib/pkgconfig
     34        export PKG_CONFIG_PATH
     35fi
    3236pkg-config --exists bitlbee
    3337if test "$?" != "0"; then
Note: See TracChangeset for help on using the changeset viewer.