Diff for /embedaddon/expat/conftools/expat.m4 between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 23:00:54 version 1.1.1.2, 2014/06/15 16:09:42
Line 7  dnl If --with-expat has not been specified, set with_e Line 7  dnl If --with-expat has not been specified, set with_e
 dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly.  dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly.
 dnl This is necessary to adapt a whole lot of packages that have expat  dnl This is necessary to adapt a whole lot of packages that have expat
 dnl bundled as a static library.  dnl bundled as a static library.
AC_DEFUN(AM_WITH_EXPAT,AC_DEFUN([AM_WITH_EXPAT],
 [ AC_ARG_WITH(expat,  [ AC_ARG_WITH(expat,
               [  --with-expat=PREFIX     Use system Expat library],                [  --with-expat=PREFIX     Use system Expat library],
               , with_expat=no)                , with_expat=no)

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>