Check-in Number:
|
2531 | |
Date: |
2002-Sep-04 16:51:56 (local)
2002-Sep-04 14:51:56 (UTC) |
User: | rse |
Branch: | |
Comment: |
flush pending AIX change |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/pth/configure.ac 1.3 -> 1.4
--- 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 ##
|
|