Diff for /embedaddon/php/sapi/apache2filter/config.m4 between versions 1.1.1.3 and 1.1.1.3.4.1

version 1.1.1.3, 2013/10/14 08:02:45 version 1.1.1.3.4.1, 2014/06/15 20:15:53
Line 68  if test "$PHP_APXS2FILTER" != "no"; then Line 68  if test "$PHP_APXS2FILTER" != "no"; then
   fi    fi
   
   APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`    APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR`
  if test -z `$APXS -q SYSCONFDIR`; then  if true; then
     INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \      INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \
                  $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \                   $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \
                        -i -n php5"                         -i -n php5"

Removed from v.1.1.1.3  
changed lines
  Added in v.1.1.1.3.4.1


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