aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2009-04-28 22:53:51 +0100
committerMatthew Wild <mwild1@gmail.com>2009-04-28 22:53:51 +0100
commitd5d6bf5e7fb4cfc9f53f83d4b9d0656503678cbd (patch)
tree3af97658af2956ec3a87e562b74eb6095d645bf6 /configure
parente30b37c42448a4ab41333d5efaa5dd6b26242f58 (diff)
downloadprosody-d5d6bf5e7fb4cfc9f53f83d4b9d0656503678cbd.tar.gz
prosody-d5d6bf5e7fb4cfc9f53f83d4b9d0656503678cbd.zip
configure: Honour --sysconfdir parameter; thanks to Michael Scherer
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