* gettext-0.16 released.
+2006-10-25 Bruno Haible <bruno@clisp.org>
+
+ * openmp.m4 (gt_OPENMP): Adjust test for PGI compiler.
+
2006-10-25 Bruno Haible <bruno@clisp.org>
* libgrep.m4 (gt_LIBGREP): Also check for wcscoll. Needed for
-# openmp.m4 serial 2 (gettext-0.16)
+# openmp.m4 serial 3 (gettext-0.16)
dnl Copyright (C) 2006 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
else
dnl --- Test for SGI C, PGI C.
AC_EGREP_CPP([Brand], [
-#if defined __sgi || defined __PGIC__
+#if defined __sgi || defined __PGI || defined __PGIC__
Brand
#endif
], result=yes, result=no)