summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2018-02-05 07:58:06 (GMT)
committerAlexey Neyman <stilor@att.net>2018-04-07 19:03:17 (GMT)
commit7655fc2a3c64fce46517d4a2af047d4c6e663f50 (patch)
tree9e7bacb857203244a56a675fc091fee7cf4fb02f /configure.ac
parent9238b587210c53ba51dd665ffb9ff3e13456880f (diff)
Cleanup after rebase on master:
gperf detection macros no longer needed, gperf is not used anymore. Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index e3ca4ae..e7feec5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -118,7 +118,6 @@ AC_PROG_RANLIB
CTNG_PATH_TOOL_REQ([OBJCOPY], [gobjcopy objcopy], [objcopy])
CTNG_PATH_TOOL_REQ([OBJDUMP], [gobjdump objdump], [objdump])
CTNG_PATH_TOOL_REQ([READELF], [greadelf readelf], [readelf])
-CTNG_PATH_TOOL_REQ([GPERF], [gperf], [gperf])
CTNG_CHECK_PROGS_REQ([bison], [bison])
CTNG_CHECK_PROGS_REQ([flex], [flex])
@@ -224,8 +223,6 @@ CTNG_PROG_VERSION([M4],
['\(GNU M4\) ([2-9]\.|1\.[5-9]|1\.[1-4][0-9]|1\.4\.[2-9][0-9]|1\.4\.1[2-9])'],
[gnu_m4_1_4_12_or_newer])
-CTNG_PROG_GPERF
-
AC_SUBST([kconfig_options])
AC_CHECK_PROGS([cvs], [cvs])