diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-18 01:50:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-18 01:50:10 +0200 |
commit | 132d5fad266b1af8ea0cc61c8d55192113f14e2b (patch) | |
tree | 094f320da925c488bf452cece7518e49985adafb /DEPENDENCIES | |
parent | add missing _error suffix (diff) | |
download | libgamma-132d5fad266b1af8ea0cc61c8d55192113f14e2b.tar.gz libgamma-132d5fad266b1af8ea0cc61c8d55192113f14e2b.tar.bz2 libgamma-132d5fad266b1af8ea0cc61c8d55192113f14e2b.tar.xz |
use, and define, __GCC__ rather than usign __GNUC__
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'DEPENDENCIES')
-rw-r--r-- | DEPENDENCIES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DEPENDENCIES b/DEPENDENCIES index 45722e9..75db006 100644 --- a/DEPENDENCIES +++ b/DEPENDENCIES @@ -23,7 +23,7 @@ BUILD DEPENDENCIES: grep sed coreutils - gcc + c99 gcc is preferred general-preprocessor (gpp) python Both Python 2 and Python 3 will work texinfo Optional: for info, pdf, ps and dvi manuals @@ -46,7 +46,7 @@ DEPENDENCIES SOURCES: grep https://www.gnu.org/software/grep sed https://www.gnu.org/software/sed coreutils https://www.gnu.org/software/coreutils - gcc https://gcc.gnu.org + c99 https://gcc.gnu.org general-preprocessor (gpp) https://github.com/maandree/gpp python https://www.python.org/ texinfo https://www.gnu.org/software/texinfo/ |