From a0efffb9bdf0ebafd655cbdf4453a595bd87f935 Mon Sep 17 00:00:00 2001 From: George Rhoten Date: Tue, 3 Jun 2003 16:57:07 +0000 Subject: [PATCH] ICU-2707 Fix CMA threads, hopefully. X-SVN-Rev: 12248 --- icu4c/source/configure | 2 +- icu4c/source/configure.in | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/icu4c/source/configure b/icu4c/source/configure index 8d1756f425..8cf3aaafc1 100755 --- a/icu4c/source/configure +++ b/icu4c/source/configure @@ -4126,7 +4126,7 @@ fi if test $hpuxcma = true; then - CPPFLAGS="${CPPFLAGS} -D_PTHREADS_DRAFT_4 -DHPUX_CMA" + CPPFLAGS="${CPPFLAGS} -D_PTHREADS_DRAFT4 -DHPUX_CMA" fi diff --git a/icu4c/source/configure.in b/icu4c/source/configure.in index 836c3d0c3c..517c806abb 100644 --- a/icu4c/source/configure.in +++ b/icu4c/source/configure.in @@ -4,7 +4,7 @@ dnl Copyright (c) 1999-2003, International Business Machines Corporation and dnl others. All Rights Reserved. dnl Stephen F. Booth, heavily modified by Yves and others -dnl $Id: configure.in,v 1.188 2003/06/03 06:44:39 weiv-oss Exp $ +dnl $Id: configure.in,v 1.189 2003/06/03 16:57:07 grhoten-oss Exp $ dnl Process this file with autoconf to produce a configure script AC_INIT(common/unicode/utypes.h) @@ -894,7 +894,7 @@ AC_SUBST(AIX_SHLIB) dnl SPECIAL handling for HPUX 10 and also '11 & --enable-hpuxcma=true' if test $hpuxcma = true; then - CPPFLAGS="${CPPFLAGS} -D_PTHREADS_DRAFT_4 -DHPUX_CMA" + CPPFLAGS="${CPPFLAGS} -D_PTHREADS_DRAFT4 -DHPUX_CMA" fi dnl END special