Skip to content

Commit 3d70c05

Browse files
committed
build: remove faketime unsetting and comments from configure.ac
1 parent afac75f commit 3d70c05

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

configure.ac

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,9 @@ AH_TOP([#ifndef BITCOIN_CONFIG_H])
4242
AH_TOP([#define BITCOIN_CONFIG_H])
4343
AH_BOTTOM([#endif //BITCOIN_CONFIG_H])
4444

45-
dnl faketime breaks configure and is only needed for make. Disable it here.
46-
unset FAKETIME
47-
4845
dnl Automake init set-up and checks
4946
AM_INIT_AUTOMAKE([1.13 no-define subdir-objects foreign])
5047

51-
dnl faketime messes with timestamps and causes configure to be re-run.
52-
dnl --disable-maintainer-mode can be used to bypass this.
5348
AM_MAINTAINER_MODE([enable])
5449

5550
dnl make the compilation flags quiet unless V=1 is used

0 commit comments

Comments
 (0)