diff --git a/configure.ac b/configure.ac index e65946341..3b1b872b3 100644 --- a/configure.ac +++ b/configure.ac @@ -1031,6 +1031,7 @@ then AC_MSG_ERROR([Valgrind not found.]) fi enable_shared=no + enable_static=yes AM_CFLAGS="$AM_CFLAGS -DHAVE_VALGRIND" fi @@ -1173,6 +1174,7 @@ AC_ARG_WITH([cavium], fi AC_MSG_RESULT([yes]) enable_shared=no + enable_static=yes ] )