summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-03-07 15:56:16 +0000
committerdanieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7>2010-03-07 15:56:16 +0000
commitebaaf39a06ac532434b49926034ea1fea3001f8d (patch)
treee5e9c17a9d7eb5437e85e01294bfa2251cbc9135 /configure
parent55d96bd075818e6da81e91ebd82cd938ec0908b2 (diff)
Enable POSIX extra modules in UNIX configure
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12612 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index ddb8d7376..225187c87 100755
--- 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"))