summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-07 19:14:24 +0000
committerfrostycoolslug <frostycoolslug@e03df62e-2008-0410-955e-edbf42e46eb7>2004-04-07 19:14:24 +0000
commit595091ca4330e079a76cc35fd304e74f2e4273f6 (patch)
tree7959fe6618f17a09501932a127c2ab0746d7fa1d /configure
parentae9cbd7ffb0f788893f929176a91c7a78f911c77 (diff)
Fix to Bugs #10 and #11
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@427 e03df62e-2008-0410-955e-edbf42e46eb7
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"