aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-04-29 02:08:55 +0100
committerMatthew Wild <mwild1@gmail.com>2009-04-29 02:08:55 +0100
commit544704ff815efee4204636f302dfb5deed3463d7 (patch)
tree55b6589f5ac43b656b4dfa2a10b9e0108bfc10a4 /configure
parent2e3907bc3e56c60f947ebda858c632e9a5110943 (diff)
parente241b85a56b96bbda1719448a08e68cf5b8eed56 (diff)
downloadprosody-544704ff815efee4204636f302dfb5deed3463d7.tar.gz
prosody-544704ff815efee4204636f302dfb5deed3463d7.zip
Merge with 0.4
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index 1fe3b85d..2d304dc2 100755
--- a/configure
+++ b/configure
@@ -78,6 +78,10 @@ do
PREFIX="$value"
PREFIX_SET=yes
;;
+ --sysconfdir=*)
+ SYSCONFDIR="$value"
+ SYSCONFDIR_SET=yes
+ ;;
--ostype=*)
OSTYPE="$value"
OSTYPE_SET=yes