forked from wolfSSL/wolfssl
configure switch to enable_static on if shared off when hardsetting for valgrind or cavium
This commit is contained in:
@@ -1031,6 +1031,7 @@ then
|
|||||||
AC_MSG_ERROR([Valgrind not found.])
|
AC_MSG_ERROR([Valgrind not found.])
|
||||||
fi
|
fi
|
||||||
enable_shared=no
|
enable_shared=no
|
||||||
|
enable_static=yes
|
||||||
AM_CFLAGS="$AM_CFLAGS -DHAVE_VALGRIND"
|
AM_CFLAGS="$AM_CFLAGS -DHAVE_VALGRIND"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -1173,6 +1174,7 @@ AC_ARG_WITH([cavium],
|
|||||||
fi
|
fi
|
||||||
AC_MSG_RESULT([yes])
|
AC_MSG_RESULT([yes])
|
||||||
enable_shared=no
|
enable_shared=no
|
||||||
|
enable_static=yes
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user