Skip to content
Snippets Groups Projects
Commit cb9667b5 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

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

parent 5302491e
No related branches found
No related tags found
No related merge requests found
......@@ -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@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment