mirror of
https://github.com/OpenVPN/openvpn.git
synced 2026-05-28 04:03:29 -04:00
Fix unittests for out-of-source builds
Signed-off-by: Steffan Karger <steffan@karger.me> Acked-by: Matthias Andree <matthias.andree@gmx.de> Message-Id: 1471284156-2324-1-git-send-email-steffan@karger.me URL: https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg00027.html Signed-off-by: David Sommerseth <davids@openvpn.net>
This commit is contained in:
parent
8cba9ffc57
commit
ee4f37c353
1 changed files with 1 additions and 1 deletions
|
|
@ -1215,7 +1215,7 @@ AC_SUBST([TEST_CFLAGS])
|
|||
# needed for unit testing
|
||||
AC_CHECK_PROGS([CMAKE], [cmake])
|
||||
if test -n "${CMAKE}"; then
|
||||
if test -f vendor/cmocka/CMakeLists.txt; then
|
||||
if test -f "${srcdir}/vendor/cmocka/CMakeLists.txt"; then
|
||||
AM_CONDITIONAL([CMOCKA_INITIALIZED], [true])
|
||||
else
|
||||
AM_CONDITIONAL([CMOCKA_INITIALIZED], [false])
|
||||
|
|
|
|||
Loading…
Reference in a new issue