1
0
mirror of https://github.com/tmux/tmux.git synced 2025-04-15 15:58:50 +00:00

DEFS -> AM_CPPFLAGS.

This commit is contained in:
Nicholas Marriott 2017-03-22 07:54:30 +00:00
parent 223ed4a989
commit 643813c6ed

View File

@ -54,7 +54,7 @@ endif
# Set _LINUX_SOURCE_COMPAT for AIX for malloc(0).
if IS_AIX
DEFS += -D_LINUX_SOURCE_COMPAT=1
AM_CPPFLAGS += -D_LINUX_SOURCE_COMPAT=1
endif
# Set flags for NetBSD.