]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - configure
Add CAPAB CHANMODES, CAPAB USERMODES to verify matching of modes by name, not just...
[user/henk/code/inspircd.git] / configure
index 54d02f0cb596334d8dea2be07c2da89f64f6199d..e88a616131866a3e4096fe9dc76b64b343b528b8 100755 (executable)
--- a/configure
+++ b/configure
@@ -242,8 +242,6 @@ if ($config{OSNAME} =~ /darwin/i)
 {
        $config{IS_DARWIN} = "YES";
        $config{STARTSCRIPT}      = "org.inspircd.plist";               # start script for OSX.
-       $config{DESTINATION}      = "LAUNCHDPATH";                              # Is OSX target.
-       $config{EXTRA_DIR}          = " launchd_dir";                           # Is OSX specific path.
 }
 $config{CC}                = "g++";                                            # C++ compiler
 if (defined $opt_cc)