commit | 5fa05099567bbe42aae87a9bef8fd630b3666a4d | [log] [tgz] |
---|---|---|
author | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | Mon Apr 30 19:14:08 2007 +0000 |
committer | Andrew J. Schorr <ajschorr@alumni.princeton.edu> | Mon Apr 30 19:14:08 2007 +0000 |
tree | a385a92453a60d2c36d6f13d1177d153afb71a3f | |
parent | f0ec832a78549a85cf4e47d884036c1178f749d3 [diff] |
[build] Improve portability by invoking gcc with -std=gnu99 instead of -std=c99 2007-04-30 Andrew J. Schorr <ajschorr@alumni.princeton.edu> * configure.ac: Change gcc CFLAGS from '-std=c99' to '-std=gnu99' to improve portability.