From 1a1eba0011eb587bfd9184bf92b975cb2cdb6d9c Mon Sep 17 00:00:00 2001 From: mat Date: Tue, 11 May 2004 11:37:08 +0000 Subject: Add sensible default because OPTIONS does not do it when BATCH --- irc/anope/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'irc/anope') diff --git a/irc/anope/Makefile b/irc/anope/Makefile index bb12b3434d0c..cb9246ad1f25 100644 --- a/irc/anope/Makefile +++ b/irc/anope/Makefile @@ -32,6 +32,14 @@ OPTIONS= MYSQL "Use mysql" ON \ HYB "Hybrid IRCd 7.0 [experimental]" OFF \ VIA "ViagraIRCd 1.3.x [or later]" OFF \ PTL "PTlink 6.15.0 [experimental]" OFF +# in that case, OPTIONS are ignored, no defaults +.if defined(PACKAGE_BUILDING) || defined(BATCH) +WITH_MYSQL= yes +WITH_MODULES= yes +WITH_MD5= yes +WITH_THREAD= yes +WITH_UNREAL= yes +.endif #}}} ANOPEBIN?= ${PREFIX}/libexec/anope -- cgit