diff options
Diffstat (limited to 'vpp')
-rw-r--r-- | vpp/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vpp/configure.ac b/vpp/configure.ac index 5b72eea6..3eb7bb7c 100644 --- a/vpp/configure.ac +++ b/vpp/configure.ac @@ -1,6 +1,6 @@ AC_INIT(vpp, 1.1) AM_INIT_AUTOMAKE -AM_SILENT_RULES +AM_SILENT_RULES([yes]) AM_PROG_AS AC_PROG_CC |