mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Remove @DEFS@ from CPPFLAGS... we use portable.h unconditionally.
This commit is contained in:
parent
5302491e94
commit
cb9667b527
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ SLAPD_LIBDEPEND = $(LDAP_LIBDEPEND) $(LDAP_LIBAVL_DEPEND) \
|
|||
# AutoConfig generated
|
||||
AC_CC = @CC@
|
||||
AC_CFLAGS = @CFLAGS@
|
||||
AC_DEFS = @CPPFLAGS@ @DEFS@
|
||||
AC_DEFS = @CPPFLAGS@ # @DEFS@
|
||||
AC_LDFLAGS = @LDFLAGS@
|
||||
AC_LIBS = @LIBS@
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue