Diff for /parser3/configure between versions 1.192 and 1.193

version 1.192, 2017/06/24 19:51:57 version 1.193, 2018/10/15 15:41:45
Line 4931  fi Line 4931  fi
 if test "${with_profiler+set}" = set; then :  if test "${with_profiler+set}" = set; then :
   withval=$with_profiler; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: enabling gprof support" >&5    withval=$with_profiler; { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: enabling gprof support" >&5
 $as_echo "$as_me: WARNING: enabling gprof support" >&2;}  $as_echo "$as_me: WARNING: enabling gprof support" >&2;}
         CFLAGS="$CFLAGS -O0 -pg"          CFLAGS="$CFLAGS -O0 -pg -g"
         CXXFLAGS="$CXXFLAGS -O0 -pg"          CXXFLAGS="$CXXFLAGS -O0 -pg -g"
   
 fi  fi
   
Line 5168  if test "${with_xml+set}" = set; then : Line 5168  if test "${with_xml+set}" = set; then :
 $as_echo "$as_me: WARNING: --with-xml value was not specified, hoping linker would find it" >&2;}  $as_echo "$as_me: WARNING: --with-xml value was not specified, hoping linker would find it" >&2;}
         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.192  
changed lines
  Added in v.1.193


E-mail: