]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
__PGI or __PGIC__? I don't really know.
authorBruno Haible <bruno@clisp.org>
Wed, 25 Oct 2006 12:59:30 +0000 (12:59 +0000)
committerBruno Haible <bruno@clisp.org>
Tue, 23 Jun 2009 10:14:13 +0000 (12:14 +0200)
gettext-tools/m4/ChangeLog
gettext-tools/m4/openmp.m4

index 809fd2f541d4ed2f1b30c997adf118961a2215a1..c47b934921497a49eac9e4fd40d38b64df8c4adc 100644 (file)
@@ -2,6 +2,10 @@
 
        * 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
index 2ffa40332d31f8de9598ecec3fa05a61eeb0fca1..4b94804b4996c9b0167a8ba57e0eb075eca374cf 100644 (file)
@@ -1,4 +1,4 @@
-# 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,
@@ -80,7 +80,7 @@ AC_DEFUN([gt_OPENMP],
             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)