summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorirungentoo <irungentoo@gmail.com>2016-01-30 17:23:15 -0500
committerirungentoo <irungentoo@gmail.com>2016-01-30 17:23:15 -0500
commitdfe5d9b25622b91f22b66b93bb0ab4db32195d11 (patch)
tree9625fd607b35691e51ae08d04c2f10f3711c1b87 /configure.ac
parentccfa6c6a4fcd80171e9f64bb04205d3939ed8ffd (diff)
Fixes.
Fixed bug from merged PR. Don't build useless files when building with libsodium.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ecbb5e46..46162b44 100644
--- a/configure.ac
+++ b/configure.ac
@@ -688,6 +688,7 @@ AM_CONDITIONAL(BUILD_TESTS, test "x$BUILD_TESTS" = "xyes")
688AM_CONDITIONAL(BUILD_NTOX, test "x$BUILD_NTOX" = "xyes") 688AM_CONDITIONAL(BUILD_NTOX, test "x$BUILD_NTOX" = "xyes")
689AM_CONDITIONAL(BUILD_AV, test "x$BUILD_AV" = "xyes") 689AM_CONDITIONAL(BUILD_AV, test "x$BUILD_AV" = "xyes")
690AM_CONDITIONAL(BUILD_TESTING, test "x$BUILD_TESTING" = "xyes") 690AM_CONDITIONAL(BUILD_TESTING, test "x$BUILD_TESTING" = "xyes")
691AM_CONDITIONAL(WITH_NACL, test "x$WANT_NACL" = "xyes")
691AM_CONDITIONAL(WIN32, test "x$WIN32" = "xyes") 692AM_CONDITIONAL(WIN32, test "x$WIN32" = "xyes")
692 693
693AC_CONFIG_FILES([Makefile 694AC_CONFIG_FILES([Makefile