diff options
author | Alexey Neyman <stilor@att.net> | 2018-02-04 23:58:06 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-04-07 12:03:17 -0700 |
commit | 7655fc2a3c64fce46517d4a2af047d4c6e663f50 (patch) | |
tree | 9e7bacb857203244a56a675fc091fee7cf4fb02f /configure.ac | |
parent | 9238b587210c53ba51dd665ffb9ff3e13456880f (diff) | |
download | crosstool-ng-7655fc2a3c64fce46517d4a2af047d4c6e663f50.tar.gz crosstool-ng-7655fc2a3c64fce46517d4a2af047d4c6e663f50.tar.bz2 crosstool-ng-7655fc2a3c64fce46517d4a2af047d4c6e663f50.zip |
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.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index e3ca4ae9..e7feec5e 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]) |