aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-08-20 13:35:59 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-08-20 13:35:59 +0000
commitc18e027ad54e60f56aecf4442b353793c75e33a2 (patch)
tree4aa79f984315772d7996cb4b06f525622464014f
parentdd9dd142c98a42c5685991c0d1691b41362a48e7 (diff)
downloadrtmux-c18e027ad54e60f56aecf4442b353793c75e33a2.tar.gz
rtmux-c18e027ad54e60f56aecf4442b353793c75e33a2.tar.bz2
rtmux-c18e027ad54e60f56aecf4442b353793c75e33a2.zip
Need this rubbish on Solaris for CMESG*.
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 432a7b91..8e6eacd5 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.31 2009-08-20 12:49:18 nicm Exp $
+# $Id: configure,v 1.32 2009-08-20 13:35:59 nicm Exp $
TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`}
@@ -144,6 +144,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