Changeset 5c5a586 for configure


Ignore:
Timestamp:
2007-02-18T17:05:29Z (17 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
7e0af53
Parents:
a3a3778
Message:

configure script tweaks.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    ra3a3778 r5c5a586  
    1818libevent='/usr/'
    1919pidfile='/var/run/bitlbee.pid'
    20 ipcsocket='/var/run/bitlbee'
     20ipcsocket='/var/run/bitlbee.sock'
    2121pcdir='$prefix/lib/pkgconfig'
    2222
     
    107107PLUGINDIR=$plugindir
    108108CONFIG=$config
    109 IPCSOCKET=$ipcsocket
    110109INCLUDEDIR=$includedir
    111110PCDIR=$pcdir
     
    339338        echo "#undef WITH_LDAP" >> config.h
    340339elif [ "$ldap" = 1 ]; then
     340        echo
     341        echo 'LDAP support is a work in progress and does NOT work AT ALL right now.'
     342        echo
     343        exit 1
     344       
    341345        echo "#define WITH_LDAP 1" >> config.h
    342346        STORAGES="$STORAGES ldap"
Note: See TracChangeset for help on using the changeset viewer.