aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-07-22 21:27:41 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-07-22 21:27:41 +0800
commit69f8088dd5ab8b586a1b702b3d567482a93afdde (patch)
treef691b20d503d672d67577929993370b78e650a78
parent70c950a1f923e4326164f8e1c4b9834c8fb5e44e (diff)
downloadgsoc2013-evolution-69f8088dd5ab8b586a1b702b3d567482a93afdde.tar
gsoc2013-evolution-69f8088dd5ab8b586a1b702b3d567482a93afdde.tar.gz
gsoc2013-evolution-69f8088dd5ab8b586a1b702b3d567482a93afdde.tar.bz2
gsoc2013-evolution-69f8088dd5ab8b586a1b702b3d567482a93afdde.tar.lz
gsoc2013-evolution-69f8088dd5ab8b586a1b702b3d567482a93afdde.tar.xz
gsoc2013-evolution-69f8088dd5ab8b586a1b702b3d567482a93afdde.tar.zst
gsoc2013-evolution-69f8088dd5ab8b586a1b702b3d567482a93afdde.zip
Don't warn when NM support is explicitly disabled.
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index ba8fda5338..2424cc2115 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1450,7 +1450,6 @@ if test "$enable_nm" = yes; then
AC_SUBST(HAVE_NM)
AC_SUBST(NM_CFLAGS)
else
- AC_MSG_WARN([NetworkManager support disabled!])
NM_SUPPORT="no"
fi