Changeset 45


Ignore:
Timestamp:
11/05/15 12:11:40 (9 years ago)
Author:
pkopta
Message:

Replaced 'ansi' (c89) GCC flag with 'std=c99' - new SLURM headers are using C++ comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/slurm-drmaa-1.2.0/configure.ac

    r29 r45  
    6565 
    6666if test x$GCC = xyes; then 
    67         CFLAGS="-pedantic -ansi ${CFLAGS}" 
     67        CFLAGS="-pedantic -std=c99 ${CFLAGS}" 
    6868fi 
    6969AM_CONDITIONAL([GCC], [test x$GCC = xyes]) 
Note: See TracChangeset for help on using the changeset viewer.