diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-05-02 08:02:58 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-05-02 08:02:58 +0000 |
commit | d9333c4bad4360f0f3155127744c04c51f8d2664 (patch) | |
tree | 3cd426de782a0d6cff06552e2f7fed211f47f330 /irc | |
parent | The last commit should read: (diff) |
Add sensible default
Pointed out by: bento via kris
Notes
Notes:
svn path=/head/; revision=108141
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile index aee79c321c28..ba987ca57bdd 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -25,7 +25,7 @@ OPTIONS= MYSQL "Use mysql" ON \ THREAD "Build with threads (needed for proxy detector)" ON \ DREAM "DreamForge 4.6.7 " OFF \ BAHAMUT "Bahamut 1.4.27 [or later]" OFF \ - UNREAL "UnrealIRCd 3.1.1 [or later]" OFF \ + UNREAL "UnrealIRCd 3.1.1 [or later]" ON \ ULT2 "UltimateIRCd 2.8.2 [or later]" OFF \ ULT3 "UltimateIRCd 3.0.0 [alpha26 or later]" OFF \ HYB "Hybrid IRCd 7.0 [experimental]" OFF \ |