Software /
code /
prosody
Diff
configure @ 5936:97b891475cd6
Merge 0.10->trunk
author | Matthew Wild <mwild1@gmail.com> |
---|---|
date | Wed, 11 Dec 2013 22:32:17 +0000 |
parent | 5935:a367bae38385 |
child | 6576:b7796a46aec2 |
line wrap: on
line diff
--- a/configure Fri Nov 29 20:11:53 2013 +0000 +++ b/configure Wed Dec 11 22:32:17 2013 +0000 @@ -17,6 +17,7 @@ CXX=g++ LD=gcc RUNWITH=lua +EXCERTS=yes CFLAGS="-fPIC -Wall" LDFLAGS="-shared" @@ -64,6 +65,7 @@ Default is $LD --require-config Will cause Prosody to refuse to run when it fails to find a configuration file +--no-example-certs Disables generation of example certificates. EOF } @@ -177,6 +179,9 @@ --runwith=*) RUNWITH="$value" ;; + --no-example-certs) + EXCERTS= + ;; *) echo "Error: Unknown flag: $1" exit 1 @@ -348,6 +353,7 @@ CXX=$CXX LD=$LD RUNWITH=$RUNWITH +EXCERTS=$EXCERTS EOF