aboutsummaryrefslogtreecommitdiffstats
path: root/src/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/configure.ac b/src/configure.ac
index d9c8a47b582..1ee55e7ba68 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -297,11 +297,6 @@ AM_COND_IF([WITH_MBEDTLS],
], [])
])
-AC_PATH_PROG([VPPAPIGEN], [vppapigen], [no])
-if test "$VPPAPIGEN" = "no"; then
- VPPAPIGEN=\$\(top_srcdir\)/tools/vppapigen/vppapigen
-fi
-
###############################################################################
# JAVA
###############################################################################