From ad1468e2f27fcd1d0d267171efaad92d47aa24cf Mon Sep 17 00:00:00 2001 From: Christophe Milard Date: Fri, 29 Apr 2016 18:12:54 +0200 Subject: configure.ac: remove duplicated test example configure Removed an instance AM_CONDITIONAL for test_example, as this line was twice in the file. Signed-off-by: Christophe Milard Reviewed-by: Mike Holmes Signed-off-by: Maxim Uvarov --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1cf5d762..d93b0434 100644 --- a/configure.ac +++ b/configure.ac @@ -135,7 +135,6 @@ AM_CONDITIONAL([PKTIO_IPC], [test x$pktio_ipc_support = xyes]) AM_CONDITIONAL([PKTIO_DPDK], [test x$pktio_dpdk_support = xyes ]) AM_CONDITIONAL([HAVE_PCAP], [test $have_pcap = yes]) AM_CONDITIONAL([SDK_INSTALL_PATH_], [test "x${SDK_INSTALL_PATH_}" = "x1"]) -AM_CONDITIONAL([test_example], [test x$test_example = xyes ]) AM_CONDITIONAL([test_installdir], [test "$testdir" != ""]) AM_CONDITIONAL([cunit_support], [test x$cunit_support = xyes ]) AM_CONDITIONAL([test_vald], [test x$test_vald = xyes ]) -- cgit v1.2.3