aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2017-09-28 12:15:26 +0200
committerKim Alvefur <zash@zash.se>2017-09-28 12:15:26 +0200
commitae9e01acd8710dee39d6a357e8314151e71362e2 (patch)
tree741e64a47c18ac711d14ad1d1349a4b34786c6dc /configure
parentbfb1fb4d26c732d7ac49baa6bc3d98f1ed5e766a (diff)
downloadprosody-ae9e01acd8710dee39d6a357e8314151e71362e2.tar.gz
prosody-ae9e01acd8710dee39d6a357e8314151e71362e2.zip
configure: Remove unused "require config" option
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index 8136d63b..0b021c92 100755
--- a/configure
+++ b/configure
@@ -85,8 +85,6 @@ Configure $APP_NAME prior to building.
usable for eg distcc or ccache.
--linker=CC The linker to use when building modules.
Default is $LD
---require-config Will cause $APP_NAME to refuse to run when
- it fails to find a configuration file
--no-example-certs Disables generation of example certificates.
EOF
}
@@ -248,9 +246,6 @@ do
DATADIR="$value"
DATADIR_SET=yes
;;
- --require-config)
- REQUIRE_CONFIG=yes
- ;;
--lua-suffix)
[ -n "$value" ] || die "Missing value in flag $key."
LUA_SUFFIX="$value"
@@ -585,7 +580,6 @@ LUA_INCDIR=$LUA_INCDIR
LUA_LIBDIR=$LUA_LIBDIR
LUA_BINDIR=$LUA_BINDIR
MULTIARCH_SUBDIR=$MULTIARCH_SUBDIR
-REQUIRE_CONFIG=$REQUIRE_CONFIG
IDN_LIB=$IDN_LIB
IDNA_LIBS=$IDNA_LIBS
OPENSSL_LIBS=$OPENSSL_LIBS