mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-25 18:52:22 -05:00
configure: add missing result message
This commit is contained in:
parent
6f6070b8c8
commit
c2c705a945
@ -228,6 +228,7 @@ dnl *********************************************************************
|
|||||||
if test "$perl" = yes; then
|
if test "$perl" = yes; then
|
||||||
AC_MSG_CHECKING(for plugin interface used by Perl)
|
AC_MSG_CHECKING(for plugin interface used by Perl)
|
||||||
if test "$plugin" = yes; then
|
if test "$plugin" = yes; then
|
||||||
|
AC_MSG_RESULT([yes])
|
||||||
AC_PATH_PROG(perlpath, perl)
|
AC_PATH_PROG(perlpath, perl)
|
||||||
AC_MSG_CHECKING(for Perl compile flags)
|
AC_MSG_CHECKING(for Perl compile flags)
|
||||||
PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null`
|
PERL_CFLAGS=`$perlpath -MExtUtils::Embed -e ccopts 2>/dev/null`
|
||||||
@ -288,6 +289,7 @@ dnl *********************************************************************
|
|||||||
if test "x$python" != xno ; then
|
if test "x$python" != xno ; then
|
||||||
AC_MSG_CHECKING(for plugin interface used by Python)
|
AC_MSG_CHECKING(for plugin interface used by Python)
|
||||||
if test "$plugin" = yes; then
|
if test "$plugin" = yes; then
|
||||||
|
AC_MSG_RESULT([yes])
|
||||||
case $python in
|
case $python in
|
||||||
dnl set python2 default here
|
dnl set python2 default here
|
||||||
python2)
|
python2)
|
||||||
|
Loading…
Reference in New Issue
Block a user