[Swfdec] [PATCH 1/2] Add SECRET_TEST_CODE to AM_CONDITIONAL in configure.ac

Pavel Roskin proski at gnu.org
Sat Mar 29 19:53:28 PDT 2008


Otherwise, automake will fail to process vivified/code/Makefile.am
---

 configure.ac |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/configure.ac b/configure.ac
index a3e186b..0e28374 100644
--- a/configure.ac
+++ b/configure.ac
@@ -300,6 +300,7 @@ else
 	AC_MSG_NOTICE([Vivified was not enabled.])
 fi
 AM_CONDITIONAL(HAVE_VIVI, [test "x$HAVE_VIVI" = xyes])
+AM_CONDITIONAL(SECRET_TEST_CODE, [test "x$SECRET_TEST_CODE" = xyes])
 
 
 AC_SUBST(GLOBAL_CFLAGS)


More information about the Swfdec mailing list