Changeset 79 for trunk/configure.ac

Show
Ignore:
Timestamp:
04/17/06 08:51:24 (3 years ago)
Author:
jordi
Message:

Dropped the -pedantic flag that would break on compile time because popppler's header has extra comma on some enumerations.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/configure.ac

    r78 r79  
    1414    DEBUGFLAGS="-DDEBUG" 
    1515fi 
    16 CFLAGS="$CFLAGS -Wall -pedantic $DEBUGFLAGS" 
    17 CXXFLAGS="$CXXFLAGS -Wall -pedantic -Wno-long-long $DEBUGFLAGS" 
     16CFLAGS="$CFLAGS -Wall $DEBUGFLAGS" 
     17CXXFLAGS="$CXXFLAGS -Wall -Wno-long-long $DEBUGFLAGS" 
    1818 
    1919dnl Check for programs.