]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Enable POSIX extra modules in UNIX configure
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 7 Mar 2010 15:56:16 +0000 (15:56 +0000)
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 7 Mar 2010 15:56:16 +0000 (15:56 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12612 e03df62e-2008-0410-955e-edbf42e46eb7

configure

index ddb8d7376f28db316e220f59dfe58b56c897bbdd..225187c871bc2ba636e3b1e17e4b729caaa4d8a0 100755 (executable)
--- a/configure
+++ b/configure
@@ -695,6 +695,9 @@ should NOT be used. You should probably specify a newer compiler.\n\n";
        }
 }
 
+# We are on a POSIX system, we can enable POSIX extras without asking
+symlink "extra/m_regex_posix.cpp", "src/modules/m_regex_posix.cpp";
+
 dumphash();
 
 if (($config{USE_GNUTLS} eq "y") && ($config{HAS_GNUTLS} ne "y"))