From 5f4f06c87ab77c8ff29061c8357832e8a39bc878 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Fri, 1 Aug 2008 17:03:18 -0500 Subject: [PATCH] Rerun autoconf. --- libratbox/configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libratbox/configure b/libratbox/configure index af408af2..ab3c1ed5 100755 --- a/libratbox/configure +++ b/libratbox/configure @@ -21357,7 +21357,8 @@ fi CPPFLAGS="$CFLAGS -D_ALL_SOURCE -D_XOPEN_SOURCE=500" ;; *solaris*) - CPPFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS" +*sunos*) + CPPFLAGS="$CFLAGS -D_POSIX_PTHREAD_SEMANTICS -D_XPG4_2 -D__EXTENSIONS__" ;; *) ;;