diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure index 51c58754c3..78337a127b 100755 --- a/configure +++ b/configure @@ -3082,6 +3082,10 @@ RELEASE=`sed -n -e 's/^#define RELEASE "\([^"]*\)"/\1/p' < $srcdir/version.h` +echo '*** Do NOT install this release on any production system!' +echo '*** It is known to be broken and will be so for quite some time.' +echo '*** Use the latest released version instead.' + trap '' 1 2 15 cat > confcache <<\EOF # This file is a shell script that caches the results of configure |