diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-07-22 21:27:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-07-22 21:27:41 +0800 |
commit | 69f8088dd5ab8b586a1b702b3d567482a93afdde (patch) | |
tree | f691b20d503d672d67577929993370b78e650a78 /configure.ac | |
parent | 70c950a1f923e4326164f8e1c4b9834c8fb5e44e (diff) | |
download | gsoc2013-evolution-69f8088dd5ab8b586a1b702b3d567482a93afdde.tar.gz gsoc2013-evolution-69f8088dd5ab8b586a1b702b3d567482a93afdde.tar.zst gsoc2013-evolution-69f8088dd5ab8b586a1b702b3d567482a93afdde.zip |
Don't warn when NM support is explicitly disabled.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
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 |