Diff for /parser3/configure.ac between versions 1.22 and 1.24

version 1.22, 2017/06/24 19:49:41 version 1.24, 2018/10/15 15:40:04
Line 75  AC_ARG_WITH(coverage, [  --with-coverage Line 75  AC_ARG_WITH(coverage, [  --with-coverage
   
 AC_ARG_WITH(profiler, [  --with-profiler         to enable gprof code profiler support],  AC_ARG_WITH(profiler, [  --with-profiler         to enable gprof code profiler support],
         AC_MSG_WARN(enabling gprof support)          AC_MSG_WARN(enabling gprof support)
         CFLAGS="$CFLAGS -O0 -pg"          CFLAGS="$CFLAGS -O0 -pg -g"
         CXXFLAGS="$CXXFLAGS -O0 -pg"          CXXFLAGS="$CXXFLAGS -O0 -pg -g"
 )  )
   
 AC_ARG_WITH(assertions, [  --with-assertions       to enable assertions],  AC_ARG_WITH(assertions, [  --with-assertions       to enable assertions],
Line 231  AC_ARG_WITH(xml,[  --with-xml=D Line 231  AC_ARG_WITH(xml,[  --with-xml=D
                 AC_MSG_WARN([--with-xml value was not specified, hoping linker would find it])                  AC_MSG_WARN([--with-xml value was not specified, hoping linker would find it])
         else          else
                 XML_INCLUDES="-I$XML/include -I$XML/include/libxml2"                  XML_INCLUDES="-I$XML/include -I$XML/include/libxml2"
                   XML_LIBS="-L$XML/lib $XML_LIBS"
   
                 if test -f $XML/include/libxslt/xslt.h -a -f $XML/lib/libxml2.la \                  if test -f $XML/include/libxslt/xslt.h -a -f $XML/lib/libxml2.la \
                         -a -f $XML/lib/libxslt.la -a -f $XML/lib/libexslt.la; then                          -a -f $XML/lib/libxslt.la -a -f $XML/lib/libexslt.la; then

Removed from v.1.22  
changed lines
  Added in v.1.24


E-mail: