diff options
Diffstat (limited to 'auto/options')
-rw-r--r-- | auto/options | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/auto/options b/auto/options index fe11f35f..cb4a8b56 100644 --- a/auto/options +++ b/auto/options @@ -9,7 +9,6 @@ NXT_CFLAGS= NXT_CC_OPT= NXT_LD_OPT= -NXT_BUILD_DIR=build NXT_PREFIX= NXT_DEBUG=NO @@ -52,8 +51,6 @@ do --cc-opt=*) NXT_CC_OPT="$value" ;; --ld-opt=*) NXT_LD_OPT="$value" ;; - --build-dir=*) NXT_BUILD_DIR="$value" ;; - --prefix=*) NXT_PREFIX="$value" ;; --bindir=*) NXT_BINDIR="$value" ;; --sbindir=*) NXT_SBINDIR="$value" ;; |