Changeset 10efa91 for configure


Ignore:
Timestamp:
2006-06-17T11:39:17Z (18 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
d28f3b35
Parents:
5898ef8
Message:

Fixed bug in LDAP Makefile generation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure

    r5898ef8 r10efa91  
    319319
    320320if [ "$ldap" = 0 ]; then
    321         echo "LDAP_OBJ=\# no ldap" >> Makefile.settings
     321        echo "LDAP_OBJ=" >> Makefile.settings
    322322        echo "#undef WITH_LDAP" >> config.h
    323323elif [ "$ldap" = 1 ]; then
Note: See TracChangeset for help on using the changeset viewer.