Software /
code /
prosody
Changeset
8283:330a8627e41d
configure: Remove unused "require config" option
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 28 Sep 2017 12:15:26 +0200 |
parents | 8282:9495e2cbe666 |
children | 8284:22460456c3a3 |
files | configure |
diffstat | 1 files changed, 0 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Sep 28 12:11:56 2017 +0200 +++ b/configure Thu Sep 28 12:15:26 2017 +0200 @@ -85,8 +85,6 @@ 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 @@ 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_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