Remove @DEFS@ from CPPFLAGS... we use portable.h unconditionally.

This commit is contained in:
Kurt Zeilenga 1999-03-08 23:13:59 +00:00
parent 5302491e94
commit cb9667b527

View file

@ -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@