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 /config/configure.in.in | |
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 'config/configure.in.in')
-rw-r--r-- | config/configure.in.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config/configure.in.in b/config/configure.in.in index f483f3b8..a9bb8adf 100644 --- a/config/configure.in.in +++ b/config/configure.in.in @@ -9,12 +9,6 @@ config CONFIGURE_has_wget config CONFIGURE_has_curl @KCONFIG_curl@ -config CONFIGURE_has_stat_flavor_BSD - @KCONFIG_stat_flavor_BSD@ - -config CONFIGURE_has_stat_flavor_GNU - @KCONFIG_stat_flavor_GNU@ - config CONFIGURE_has_make_3_81_or_newer @KCONFIG_make_3_81_or_newer@ |