diff options
| author | 2021-06-02 15:05:16 +0200 | |
|---|---|---|
| committer | 2021-06-02 15:05:16 +0200 | |
| commit | 75421c9b66e1eb2ddbed3e5f3aae85971ba6e45f (patch) | |
| tree | a2c470175490061dba713744263dea151d57b039 | |
| parent | Update curlinstall script for ./configure from cURL 7.77.0 and above. (diff) | |
| download | unrealircd-unreal50.tar.gz unrealircd-unreal50.tar.bz2 unrealircd-unreal50.zip | |
This is the last commit to 'unreal50', we will use 'unreal52' from now on. unreal50
| -rwxr-xr-x | Config | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -18,6 +18,12 @@ # some bits edited by baafie on March 17 2004, every change marked. +echo "This is UnrealIRCd from git branch 'unreal50'" +echo "You are looking at an incomplete release that cannot be used." +echo "" +echo "Please use branch 'unreal52' instead (or later)" +echo "" +exit 1 RUN_CONFIGURE () { ARG=" " |
