summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-09-04 14:48:25 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-09-04 14:48:25 +0000
commit895efe7b05ecf6499cb9206660d275fd9651cba5 (patch)
tree588d116708b359485adf8eed09c026b124de4b40 /configure
parent83f5581da4e4c13bb80e3acf048bb18e7d6c98f3 (diff)
Solaris needs a knob twiddled to get POSIX getpwduid_r.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 7b9d51cb..fc7afa0b 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#!/bin/sh
-# $Id: configure,v 1.35 2009-09-03 20:54:39 tcunha Exp $
+# $Id: configure,v 1.36 2009-09-04 14:48:25 nicm Exp $
TMUX_PLATFORM=${TMUX_PLATFORM:-`uname -s`}
@@ -147,7 +147,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__
+CFLAGS+= -D_XPG4_2 -D__EXTENSIONS__ -D_POSIX_PTHREAD_SEMANTICS
LDFLAGS+= -L/usr/gnu/lib \
-L/opt/csw/lib \
-L/opt/sfw/lib