--- embedaddon/php/sapi/apache2handler/config.m4 2013/10/14 08:02:45 1.1.1.3 +++ embedaddon/php/sapi/apache2handler/config.m4 2014/06/15 20:15:53 1.1.1.3.4.1 @@ -1,5 +1,5 @@ dnl -dnl $Id: config.m4,v 1.1.1.3 2013/10/14 08:02:45 misho Exp $ +dnl $Id: config.m4,v 1.1.1.3.4.1 2014/06/15 20:15:53 misho Exp $ dnl PHP_ARG_WITH(apxs2,, @@ -67,7 +67,7 @@ if test "$PHP_APXS2" != "no"; then fi APXS_LIBEXECDIR='$(INSTALL_ROOT)'`$APXS -q LIBEXECDIR` - if test -z `$APXS -q SYSCONFDIR`; then + if true; then INSTALL_IT="\$(mkinstalldirs) '$APXS_LIBEXECDIR' && \ $APXS -S LIBEXECDIR='$APXS_LIBEXECDIR' \ -i -n php5"