Changeset 639

Show
Ignore:
Timestamp:
05/02/08 00:06:07 (14 months ago)
Author:
mloskot
Message:

Removed -ansi from compilation flags used by GCC. The libLAS code is no more ANSI C conformant because it uses some POSIX features.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r597 r639  
    1717dnl Default compilation flags 
    1818debug_default="no" 
    19 CFLAGS="-Wall -Wno-long-long -pedantic -ansi $CFLAGS" 
    20 CXXFLAGS="-Wall -Wno-long-long -pedantic -ansi -std=c++98 $CXXFLAGS" 
     19CFLAGS="-Wall -Wno-long-long -pedantic $CFLAGS" 
     20CXXFLAGS="-Wall -Wno-long-long -pedantic -std=c++98 $CXXFLAGS" 
    2121 
    2222dnl Checks for programs.