summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:39:03 +0000
committerNoriko Hosoi <nhosoi@redhat.com>2006-11-10 01:39:03 +0000
commit6e93baffe29e7b7c85c82236f8b1496aefba147b (patch)
tree6527378f3fbe1185393ebaaea924db926075a5fc /lib
parent09d7fd28d6bbf58032a5137e05d697318bcd412b (diff)
downloadds-6e93baffe29e7b7c85c82236f8b1496aefba147b.tar.gz
ds-6e93baffe29e7b7c85c82236f8b1496aefba147b.tar.xz
ds-6e93baffe29e7b7c85c82236f8b1496aefba147b.zip
Resolves: #214728
Summary: Cleaning up obsolete macros in the build Changes: eliminated macro LDAPDB_THREAD_SAFE (Comment #11)
Diffstat (limited to 'lib')
-rw-r--r--lib/ldaputil/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldaputil/Makefile b/lib/ldaputil/Makefile
index 0102d029..190e1ddd 100644
--- a/lib/ldaputil/Makefile
+++ b/lib/ldaputil/Makefile
@@ -80,7 +80,7 @@ OBJS=$(addprefix $(OBJDEST)/, \
)
MODULE_CFLAGS+= $(TESTFLAGS)
-MODULE_CFLAGS+= -DLDAPDB_THREAD_SAFE -I.
+MODULE_CFLAGS+= -I.
ifeq ($(LDAP_NO_LIBLCACHE),1)
MODULE_CFLAGS+=-DNO_LIBLCACHE