aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2022-03-29 15:39:04 +0100
committerfanquake <fanquake@gmail.com>2022-04-01 11:52:27 +0100
commit3d70c058684727cd036314014ec0a9208d3e9168 (patch)
treeab7e3a877f2f9c97bff6236659adebe6ba015300 /configure.ac
parentafac75f140a3e7d89877f03420e1bc64a8d8c6cd (diff)
downloadbitcoin-3d70c058684727cd036314014ec0a9208d3e9168.tar.xz
build: remove faketime unsetting and comments from configure.ac
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 0 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac
index 13add4903b..658b14180a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,14 +42,9 @@ AH_TOP([#ifndef BITCOIN_CONFIG_H])
AH_TOP([#define BITCOIN_CONFIG_H])
AH_BOTTOM([#endif //BITCOIN_CONFIG_H])
-dnl faketime breaks configure and is only needed for make. Disable it here.
-unset FAKETIME
-
dnl Automake init set-up and checks
AM_INIT_AUTOMAKE([1.13 no-define subdir-objects foreign])
-dnl faketime messes with timestamps and causes configure to be re-run.
-dnl --disable-maintainer-mode can be used to bypass this.
AM_MAINTAINER_MODE([enable])
dnl make the compilation flags quiet unless V=1 is used