configure: Remove obsolete option '--require-config'
authorMatthew Wild <mwild1@gmail.com>
Thu, 8 Dec 2011 07:41:28 +0000 (07:41 +0000)
committerMatthew Wild <mwild1@gmail.com>
Thu, 8 Dec 2011 07:41:28 +0000 (07:41 +0000)
configure

index af046223933d8f18b477bc9b5b5d3b8b8befedc2..00ed2658b2f7cffd7db370d34f79da55ef610728 100755 (executable)
--- 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