Changeset 522 for ImageMagick/trunk/config
- Timestamp:
- 11/02/09 18:17:57 (5 months ago)
- Files:
-
- 1 modified
-
ImageMagick/trunk/config/configure.xml (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ImageMagick/trunk/config/configure.xml
r518 r522 9 9 <configure name="NAME" value="ImageMagick"/> 10 10 <configure name="LIB_VERSION" value="0x657"/> 11 <configure name="LIB_VERSION_NUMBER" value="6,5,7, 5"/>11 <configure name="LIB_VERSION_NUMBER" value="6,5,7,4"/> 12 12 <configure name="RELEASE_DATE" value="2009-11-02"/> 13 <configure name="CONFIGURE" value="./configure "/>13 <configure name="CONFIGURE" value="./configure 'CC=gcc -std=gnu99'"/> 14 14 <configure name="PREFIX" value="/usr/local"/> 15 15 <configure name="EXEC-PREFIX" value="/usr/local"/> … … 24 24 <configure name="CXX" value="g++"/> 25 25 <configure name="CXXFLAGS" value="-g -O2 -Wall -W -pthread"/> 26 <configure name="DISTCHECK_CONFIG_FLAGS" value=" --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-gslib=no --with-fontpath="/>26 <configure name="DISTCHECK_CONFIG_FLAGS" value="'CC=gcc -std=gnu99' --disable-deprecated --with-quantum-depth=16 --with-umem=no --with-autotrace=no --with-gslib=no --with-fontpath="/> 27 27 <configure name="HOST" value="x86_64-unknown-linux-gnu"/> 28 28 <configure name="DELEGATES" value="bzlib djvu fftw fontconfig freetype jpeg jng jp2 lcms mpeg png rsvg tiff x11 xml wmf zlib"/>
