commit | c70b79eec1de59c5710b4af7442d30848e231bf3 | [log] [tgz] |
---|---|---|
author | Daniel Dunbar <daniel@zuster.org> | Fri Mar 02 16:24:21 2012 +0000 |
committer | Daniel Dunbar <daniel@zuster.org> | Fri Mar 02 16:24:21 2012 +0000 |
tree | 2c052f531a78b17af94748f191138991e3684a97 | |
parent | 8979e5f3725c05bd7120890e39399213fd08f83e [diff] [blame] |
autoconf: Set LLVM_CONFIGTIME to a stable value when using --disable-timestamps. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151921 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/configure b/configure index a65e9e4..a6ed7a1 100755 --- a/configure +++ b/configure
@@ -20820,6 +20820,10 @@ +if test "${ENABLE_TIMESTAMPS}" = "0"; then + LLVM_CONFIGTIME="(timestamp not enabled)" +fi + cat >>confdefs.h <<_ACEOF #define LLVM_PREFIX "$LLVM_PREFIX"