Fixed vxlan link status.
[vpp.git] / vpp-api-test / configure.ac
index 652ddb5..4d39bd8 100644 (file)
@@ -1,7 +1,7 @@
-AC_INIT(vpe-api-test, 1.0)
+AC_INIT(vpp-api-test, 1.0)
+LT_INIT
 AM_INIT_AUTOMAKE
 
-AC_PROG_LIBTOOL
 AM_PROG_AS
 AC_PROG_CC
 AM_PROG_CC_C_O
@@ -16,7 +16,7 @@ AC_ARG_WITH(q-platform,
             AC_HELP_STRING([--with-q-platform],[Build version for given platform (qnative)]),
            [case $with_q_platform in
               qnative) ;;
-               vpe) with_q_platform=vpe;;
+               vpp) with_q_platform=vpp;;
               *) with_q_platform=qnative;;
             esac])