aboutsummaryrefslogtreecommitdiff
path: root/INSTALL-DEV
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-05-16 23:12:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-05-16 23:12:29 +0200
commit56d6e6f19f35fc732837319106b875436680dac6 (patch)
treeb79894e6c9b16fd41d4c96962213f87d42e09801 /INSTALL-DEV
parent8cfbe9bb24a2892a95b3813eb4cd8d22876e69df (diff)
Prevent loading brep module multiple times
Diffstat (limited to 'INSTALL-DEV')
-rw-r--r--INSTALL-DEV4
1 files changed, 3 insertions, 1 deletions
diff --git a/INSTALL-DEV b/INSTALL-DEV
index d9eef3b..751237b 100644
--- a/INSTALL-DEV
+++ b/INSTALL-DEV
@@ -66,7 +66,9 @@ replacing <BREP-OUT-ROOT> and <BREP-SRC-ROOT> with the actual absolute paths
# Load the brep module.
#
- LoadModule brep_module <BREP-OUT-ROOT>/mod/mod_brep.so
+ <IfModule !brep_module>
+ LoadModule brep_module <BREP-OUT-ROOT>/mod/mod_brep.so
+ </IfModule>
# Repository root. Use / for web server root. And don't forget to also
# update the Location and Alias directives below.