diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:49 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-03 04:41:49 +0000 |
commit | 6e86b1afe88ad387f97abb937b9b792fb0ebc0c8 (patch) | |
tree | 27bbf89e32bb0b3052a47af9692f96c4d16cf08e /src/Makefile.am | |
parent | 3a802cf242352b033906f75ae07b0d4e7a34e3eb (diff) |
Add check and cflags for malloc(0) returning NULL.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index e0289a9..f2094dc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -AM_CFLAGS = $(XFONTCACHE_CFLAGS) +AM_CFLAGS = $(XFONTCACHE_CFLAGS) $(MALLOC_ZERO_CFLAGS) lib_LTLIBRARIES = libXfontcache.la libXfontcache_la_SOURCES = \ |