X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=vppinfra%2Fconfigure.ac;h=88720f717a116903dad95c4bea4f9971ab116467;hb=refs%2Fchanges%2F86%2F1986%2F1;hp=d0b3a0c0dd29914fcd3124da5b1f374ba18f887c;hpb=cb9cadad578297ffd78fa8a33670bdf1ab669e7e;p=vpp.git diff --git a/vppinfra/configure.ac b/vppinfra/configure.ac index d0b3a0c0dd2..88720f717a1 100644 --- a/vppinfra/configure.ac +++ b/vppinfra/configure.ac @@ -5,7 +5,7 @@ AC_CONFIG_HEADERS(config/config.h) AC_CANONICAL_BUILD AC_CANONICAL_HOST AM_INIT_AUTOMAKE([gnu no-dist-gzip dist-bzip2]) -AM_SILENT_RULES +AM_SILENT_RULES([yes]) # Checks for programs. AC_PROG_CC @@ -31,6 +31,13 @@ AC_ARG_WITH(ldflags, ###################################################################### +AC_ARG_ENABLE(tests, + AC_HELP_STRING([--enable-tests],[Enable unit tests]), + [enable_tests=1], + [enable_tests=0]) + +AM_CONDITIONAL(ENABLE_TESTS, test "$enable_tests" = "1") + AC_ARG_WITH(unix, AC_HELP_STRING([--with-unix],[Compile unix version of clib]), [],