From 63ae37ccd1befa755f7dc0a505ec286df750c03e 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 af408af..ab3c1ed 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__" ;; *) ;;