Skip to content

Commit

Permalink
Improve missing php-config error message during configure
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed May 14, 2016
1 parent 2d267c9 commit b062d99
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -1934,8 +1934,10 @@ else
AC_MSG_RESULT(not found)
fi
;;
"")
AC_MSG_RESULT([could not find $PHP-config or obtain PHP version from it]) ;;
*)
AC_MSG_RESULT([found PHP $version, but only PHP 5 is supported]) ;;
AC_MSG_RESULT([found PHP $php_version, but only PHP 5 is supported]) ;;
esac
fi
AC_SUBST(PHP)
Expand Down

0 comments on commit b062d99

Please sign in to comment.