Changeset

4444:498eaeff6a05

configure: Remove obsolete option '--require-config'
author Matthew Wild <mwild1@gmail.com>
date Thu, 08 Dec 2011 07:41:28 +0000
parents 4443:7456ddcc0b14
children 4445:0434eb77d18c
files configure
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Dec 07 23:37:56 2011 +0100
+++ b/configure	Thu Dec 08 07:41:28 2011 +0000
@@ -59,8 +59,6 @@
                             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 @@
    	DATADIR="$value"
    	DATADIR_SET=yes
       ;;
-   --require-config)
-      REQUIRE_CONFIG=yes
-      ;;
    --lua-suffix=*)
       LUA_SUFFIX="$value"
       LUA_SUFFIX_SET=yes
@@ -327,7 +322,6 @@
 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