summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure b/configure
index af9f26950..eccddf5fd 100755
--- a/configure
+++ b/configure
@@ -364,6 +364,11 @@ touch include/inspircd_config.h
echo "Preparing Variables for the Makefile"
+if [ "$CONFIG_DIR" != "$ME/conf" ] ; then
+ COPY_CONF=1
+fi
+
+
case "$OSNAME" in
(FreeBSD)
LDLIBS="-Ldl"