Diff for /Amaya/Makefile.in between versions 1.118 and 1.119

version 1.118, 2006/11/27 10:22:52 version 1.119, 2006/11/29 10:55:35
Line 324  redland_config: @MAKEREDLAND@ force Line 324  redland_config: @MAKEREDLAND@ force
                         --build=@build_alias@ --host=@host_alias@ --target=@target_alias@ \                          --build=@build_alias@ --host=@host_alias@ --target=@target_alias@ \
                         --disable-shared \                          --disable-shared \
                         --without-bdb \                          --without-bdb \
                         --enable-parsers=raptor \  
                         --with-raptor=internal \                          --with-raptor=internal \
                         --with-xml-parser=expat \                          --with-xml-parser=expat \
                         --with-www=none \                          --with-www=none \
                         --without-libwww \                          --without-libwww \
                         --without-openssl-digests \                          --without-openssl-digests \
                         --without-mysql ; \                          --without-mysql ;\
                 $(ECHO) "redland is configured" ; \                  $(ECHO) "redland is configured" ; \
                 cd raptor ; \  
                 if [ ! -e raptor_config.h.org ] ; then \  
                   $(ECHO) "Patching the raptor_config.h file to avoid including glib2-0" ; \  
                   $(CP) raptor_config.h raptor_config.h.orig ; \  
                   $(SED) "s/\(\#define HAVE_G_UTF8_NORMALIZE 1\)/\/* \1 *\//" \  
                           raptor_config.h.orig > raptor_config.h ; \  
                   $(ECHO) "Raptor is patched" ; \  
                 fi ; \  
           fi)            fi)
   
   

Removed from v.1.118  
changed lines
  Added in v.1.119


Webmaster