[Telepathy-commits] [telepathy-salut/master] Downgrade missing asyncns warning to a notice.

Will Thompson will.thompson at collabora.co.uk
Mon Aug 25 08:00:26 PDT 2008


---
 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 97bafe8..c04998a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -189,7 +189,9 @@ PKG_CHECK_MODULES(LIBASYNCNS, [libasyncns >= 0.3],
   [ HAVE_LIBASYNCNS="yes"
     AC_DEFINE(HAVE_LIBASYNCNS, 1, [Define if asyncns support is available])
   ],
-  [ AC_WARN(libasyncns not found: Resolving will be synchronous!) ] )
+  [ AC_MSG_NOTICE(libasyncns not found: Resolving will be synchronous!)
+    AC_MSG_NOTICE((Salut does not make DNS lookups, so this does not matter.))
+  ] )
 
 AC_SUBST(LIBASYNCNS_CFLAGS)
 AC_SUBST(LIBASYNCNS_LIBS)
-- 
1.5.6.3




More information about the Telepathy-commits mailing list