Index: ossp-pkg/pth/configure.ac RCS File: /v/ossp/cvs/ossp-pkg/pth/configure.ac,v rcsdiff -q -kk '-r1.3' '-r1.4' -u '/v/ossp/cvs/ossp-pkg/pth/configure.ac,v' 2>/dev/null --- configure.ac 2002/07/01 12:54:54 1.3 +++ configure.ac 2002/09/04 14:51:56 1.4 @@ -118,6 +118,10 @@ CPPFLAGS="$CPPFLAGS -D_POSIX_SOURCE"; LIBS="$LIBS -lcposix -linet"; ;; + *-*-aix4.1*:cc ) + # AIX 4.1.x' cc complains about our use of "volatile" + CPPFLAGS="$CPPFLAGS '-Dvolatile=/**/'"; + ;; esac dnl ##