mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-04 16:35:06 -05:00
PKG_CHECK_MODULES displays the output automatically, omit AC_MSG_RESULT (Arnavion)
This commit is contained in:
parent
0515aabc66
commit
5009ceb190
@ -463,7 +463,6 @@ dnl ** LIBPROXY *********************************************************
|
|||||||
dnl *********************************************************************
|
dnl *********************************************************************
|
||||||
|
|
||||||
PKG_CHECK_MODULES([LIBPROXY], [libproxy-1.0], [libproxy=yes], [
|
PKG_CHECK_MODULES([LIBPROXY], [libproxy-1.0], [libproxy=yes], [
|
||||||
AC_MSG_RESULT(no)
|
|
||||||
libproxy=no
|
libproxy=no
|
||||||
])
|
])
|
||||||
if test "x$libproxy" = "xyes" ; then
|
if test "x$libproxy" = "xyes" ; then
|
||||||
@ -605,7 +604,6 @@ dnl *********************************************************************
|
|||||||
|
|
||||||
if test "x$libnotify" = "xyes" ; then
|
if test "x$libnotify" = "xyes" ; then
|
||||||
PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= 0.4, [], [
|
PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= 0.4, [], [
|
||||||
AC_MSG_RESULT(no)
|
|
||||||
libnotify=no
|
libnotify=no
|
||||||
])
|
])
|
||||||
if test "$libnotify" != "no" ; then
|
if test "$libnotify" != "no" ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user