From 6797f268f0fcfae485c23016d70b6b2fb4d956c4 Mon Sep 17 00:00:00 2001 From: perry.werneck@gmail.com Date: Sun, 3 May 2015 06:54:09 +0000 Subject: [PATCH] Mostrando o diretório de config php na saída do configure --- configure.ac | 3 +++ 1 file changed, 3 insertions(+), 0 deletions(-) diff --git a/configure.ac b/configure.ac index cb87b4e..4b12567 100644 --- a/configure.ac +++ b/configure.ac @@ -419,9 +419,12 @@ case "$host" in PHPMAJOR=`$PHPCONFIG --version | cut -d. -f1` if test -d /etc/php${PHPMAJOR}/conf.d; then PHPCONFDIR=/etc/php${PHPMAJOR}/conf.d + elif test -d /etc/php/conf.d; then + PHPCONFDIR=/etc/php/conf.d else PHPCONFDIR=/etc/php${PHPMAJOR}/cli fi + AC_MSG_NOTICE([Using $PHPCONFDIR for PHP config files.]) fi esac -- libgit2 0.21.2