diff options
author | Alexey Neyman <stilor@att.net> | 2018-12-01 14:16:39 -0800 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2018-12-01 14:44:08 -0800 |
commit | a4dc14dba4f13027684e456b6a21326dfc1bc3c5 (patch) | |
tree | 42a3c4ba9c15122edbd56fd30ca431af4b5c8fe6 /configure.ac | |
parent | dc681ec8eb53eccdd18521853abaf0574d6ae75f (diff) | |
download | crosstool-ng-a4dc14dba4f13027684e456b6a21326dfc1bc3c5.tar.gz crosstool-ng-a4dc14dba4f13027684e456b6a21326dfc1bc3c5.tar.bz2 crosstool-ng-a4dc14dba4f13027684e456b6a21326dfc1bc3c5.zip |
Consider it success if DoForceRmdir removes only the content
Fixes #929.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3f8e9549..5fd69a76 100644 --- a/configure.ac +++ b/configure.ac @@ -138,8 +138,6 @@ AC_CHECK_PROGS([curl], [curl]) CTNG_SET_KCONFIG_OPTION([curl]) AC_SUBST([curl]) -CTNG_PROG_STAT - CTNG_CPU_COUNT CTNG_PATH_TOOL_REQ([PATCH], [gpatch patch], [patch]) |