summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorEthan Jackson <ethan@nicira.com>2014-01-21 16:22:08 -0800
committerEthan Jackson <ethan@nicira.com>2014-01-22 10:40:28 -0800
commit743f8109720433800a4f4a8fb5b87aee73011778 (patch)
treed21ae5f9437addc179c6ac9a1bc42c79d1fb40c5 /configure.ac
parente740cdbc45a430a73e2c01e338106ecf71143867 (diff)
downloadopenvswitch-743f8109720433800a4f4a8fb5b87aee73011778.tar.gz
configure: Enable silent rules.
Configure has an option which supports quieter compilation. Signed-off-by: Ethan Jackson <ethan@nicira.com> Acked-by: Ben Pfaff <blp@nicira.com> Acked-by: Joe Stringer <joestringer@nicira.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 9b6c69ef5..19c095ee9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -137,4 +137,6 @@ if test "$HAVE_NETLINK" = yes && test "$ESX" = no; then
AC_DEFINE([LINUX_DATAPATH], [1], [System uses the linux datapath module.])
fi
+m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES])
+
AC_OUTPUT