mirror of
https://github.com/inspircd/inspircd.git
synced 2025-03-09 10:39:02 -04:00
Enable POSIX extra modules in UNIX configure
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@12612 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
parent
55d96bd075
commit
ebaaf39a06
3
configure
vendored
3
configure
vendored
@ -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"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user