Commit bfca7d15 authored by seawood%netscape.com's avatar seawood%netscape.com
Browse files

We don't use DEFS

parent fcfd8d42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ endif

CSRCS		= $(ICAL_SRC_LCSRCS)

ifeq (,$(filter -DHAVE_SNPRINTF=1,$(DEFS)))
ifeq (,$(filter -DHAVE_SNPRINTF=1,$(ACDEFINES)))
CSRCS += vsnprintf.c
endif