diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-09-22 16:49:10 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-09-22 16:49:10 +0200 |
commit | 5009ceb190ceeaa4faace8fae6fd547037685d41 (patch) | |
tree | 872a710eda5555d32dd758f0231ba6d001ff379e /configure.in | |
parent | 0515aabc668d713f6e96e823121896f9d14434e7 (diff) |
PKG_CHECK_MODULES displays the output automatically, omit AC_MSG_RESULT (Arnavion)
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 03fe1188..89a3b8b3 100644 --- a/configure.in +++ b/configure.in @@ -463,7 +463,6 @@ dnl ** LIBPROXY ********************************************************* dnl ********************************************************************* PKG_CHECK_MODULES([LIBPROXY], [libproxy-1.0], [libproxy=yes], [ - AC_MSG_RESULT(no) libproxy=no ]) if test "x$libproxy" = "xyes" ; then @@ -605,7 +604,6 @@ dnl ********************************************************************* if test "x$libnotify" = "xyes" ; then PKG_CHECK_MODULES(LIBNOTIFY, libnotify >= 0.4, [], [ - AC_MSG_RESULT(no) libnotify=no ]) if test "$libnotify" != "no" ; then |