Diff for /parser3/configure.ac between versions 1.25 and 1.30

version 1.25, 2018/10/15 15:41:45 version 1.30, 2020/08/11 20:23:23
Line 118  fi Line 118  fi
   
   
 dnl String stream argument  dnl String stream argument
 AC_ARG_ENABLE(stringstream, [  --disable-stringstream  to disable stringstream usage.  AC_ARG_ENABLE(stringstream, [  --disable-stringstream to disable stringstream usage.
                           when disabled table.save use more memory but it's safer on freebsd 4.x],                            when disabled table.save uses more memory, but more compilers are supported],
 [  [
 if test "$enableval" = "no"; then  if test "$enableval" = "no"; then
         AC_MSG_WARN(disabling stringstream usage)          AC_MSG_WARN(disabling stringstream usage)
Line 274  AC_ARG_WITH(mailreceive,[  --with-mailre Line 274  AC_ARG_WITH(mailreceive,[  --with-mailre
                 MIME=""                  MIME=""
                 MIME_INCLUDES=`pkg-config --cflags $GMIME 2>/dev/null`                  MIME_INCLUDES=`pkg-config --cflags $GMIME 2>/dev/null`
                 MIME_LIBS=`pkg-config --libs $GMIME 2>/dev/null`                  MIME_LIBS=`pkg-config --libs $GMIME 2>/dev/null`
                   if test -z "$MIME_LIBS"; then
                           GMIME="gmime-3.0"
                           MIME_INCLUDES=`pkg-config --cflags $GMIME 2>/dev/null`
                           MIME_LIBS=`pkg-config --libs $GMIME 2>/dev/null`
                   fi
                 AC_MSG_WARN([--with-mailreceive value was not specified, hoping linker would find Gnome MIME library])                  AC_MSG_WARN([--with-mailreceive value was not specified, hoping linker would find Gnome MIME library])
         else          else
                 MIME_INCLUDES="-I$MIME/include/$GMIME"                  MIME_INCLUDES="-I$MIME/include/$GMIME"
Line 389  AC_CHECK_HEADERS(sys/socket.h netinet/in Line 394  AC_CHECK_HEADERS(sys/socket.h netinet/in
 dnl Checks for libraries  dnl Checks for libraries
 case "$host" in  case "$host" in
   *-freebsd4*)    *-freebsd4*)
           AC_DEFINE(FREEBSD4,,FreeBSD4X target platform)            AC_DEFINE(FREEBSD4,,FreeBSD4.X target platform)
     ;;
     *-freebsd1*)
             AC_DEFINE(FREEBSD1X,,FreeBSD1X.X target platform)
   ;;    ;;
   *-sunos5.6* | *-solaris2.6*)    *-sunos5.6* | *-solaris2.6*)
           AC_CHECK_LIB(xnet, main)            AC_CHECK_LIB(xnet, main)
Line 493  AC_OUTPUT( Line 501  AC_OUTPUT(
         src/lib/curl/Makefile          src/lib/curl/Makefile
         src/lib/punycode/Makefile          src/lib/punycode/Makefile
         src/lib/memcached/Makefile          src/lib/memcached/Makefile
           src/lib/httpd/Makefile
         src/targets/Makefile          src/targets/Makefile
         src/targets/cgi/Makefile          src/targets/cgi/Makefile
         src/targets/apache/Makefile          src/targets/apache/Makefile

Removed from v.1.25  
changed lines
  Added in v.1.30


E-mail: