- Timestamp:
- 2007-02-18T17:05:29Z (18 years ago)
- Branches:
- master
- Children:
- 7e0af53
- Parents:
- a3a3778
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
configure
ra3a3778 r5c5a586 18 18 libevent='/usr/' 19 19 pidfile='/var/run/bitlbee.pid' 20 ipcsocket='/var/run/bitlbee '20 ipcsocket='/var/run/bitlbee.sock' 21 21 pcdir='$prefix/lib/pkgconfig' 22 22 … … 107 107 PLUGINDIR=$plugindir 108 108 CONFIG=$config 109 IPCSOCKET=$ipcsocket110 109 INCLUDEDIR=$includedir 111 110 PCDIR=$pcdir … … 339 338 echo "#undef WITH_LDAP" >> config.h 340 339 elif [ "$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 341 345 echo "#define WITH_LDAP 1" >> config.h 342 346 STORAGES="$STORAGES ldap"
Note: See TracChangeset
for help on using the changeset viewer.