diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-08-20 12:38:37 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-08-20 12:38:37 +0000 |
commit | 61c7bfc128433a7f82f2a178a60cdd2aa1b53c65 (patch) | |
tree | f2327fa80f519a0a16ebad9f8ade20022ffc9872 /configure | |
parent | 14eb6df45e397730085ec37ac606e278c5c388c7 (diff) | |
download | rtmux-61c7bfc128433a7f82f2a178a60cdd2aa1b53c65.tar.gz rtmux-61c7bfc128433a7f82f2a178a60cdd2aa1b53c65.tar.bz2 rtmux-61c7bfc128433a7f82f2a178a60cdd2aa1b53c65.zip |
Also undef CTRL.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ #!/bin/sh -# $Id: configure,v 1.28 2009-08-20 12:25:17 nicm Exp $ +# $Id: configure,v 1.29 2009-08-20 12:38:37 nicm Exp $ TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`} @@ -141,6 +141,7 @@ EOF CPPFLAGS+= -I/usr/local/include/ncurses \ -I/opt/csw/include -I/opt/csw/include/ncurses \ -I/opt/sfw/include -I/opt/sfw/include/ncurses +CFLAGS+= -D_XPG4_2 -D__EXTENSIONS__ LDFLAGS+= -L/usr/gnu/lib \ -L/opt/csw/lib \ -L/opt/sfw/lib |