From c18e027ad54e60f56aecf4442b353793c75e33a2 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 20 Aug 2009 13:35:59 +0000 Subject: [PATCH] Need this rubbish on Solaris for CMESG*. --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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