aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorMatthew Wild <mwild1@gmail.com>2011-12-08 07:41:28 +0000
committerMatthew Wild <mwild1@gmail.com>2011-12-08 07:41:28 +0000
commit73e55a9af4aea54d42f55dbbedd70ce12f14adf0 (patch)
tree7fcb7d465a3ad4863dc71c3df4400a64bca78db5 /configure
parentd4584664f787d8e3d0c92979e34b575f37e16df8 (diff)
downloadprosody-73e55a9af4aea54d42f55dbbedd70ce12f14adf0.tar.gz
prosody-73e55a9af4aea54d42f55dbbedd70ce12f14adf0.zip
configure: Remove obsolete option '--require-config'
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index af046223..00ed2658 100755
--- a/configure
+++ b/configure
@@ -59,8 +59,6 @@ Configure Prosody prior to building.
Default is $CC
--linker=CC The linker to use when building modules.
Default is $LD
---require-config Will cause Prosody to refuse to run when
- it fails to find a configuration file
EOF
}
@@ -127,9 +125,6 @@ do
DATADIR="$value"
DATADIR_SET=yes
;;
- --require-config)
- REQUIRE_CONFIG=yes
- ;;
--lua-suffix=*)
LUA_SUFFIX="$value"
LUA_SUFFIX_SET=yes
@@ -327,7 +322,6 @@ LUA_DIR=$LUA_DIR
LUA_INCDIR=$LUA_INCDIR
LUA_LIBDIR=$LUA_LIBDIR
LUA_BINDIR=$LUA_BINDIR
-REQUIRE_CONFIG=$REQUIRE_CONFIG
IDN_LIB=$IDN_LIB
IDNA_LIBS=$IDNA_LIBS
OPENSSL_LIB=$OPENSSL_LIB