diff options
-rwxr-xr-x | src/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure index ee3a3ae..225e057 100755 --- a/src/configure +++ b/src/configure @@ -89,7 +89,7 @@ print_usage() { echo " --enable-passphrase enable master key and salt passphrase" echo " --disable-routing disable built-in routing capability" echo " --enable-routing enable built-in routing capability" - echo " --cross-prefix=<PREFIX> add pREFIX to compiler calls" + echo " --cross-prefix=<PREFIX> add PREFIX to compiler calls" echo " --with-boost=<PREFIX> don't use systemwide boost" echo " --with-gcrypt=<PREFIX> don't use systemwide gcrypt" echo " --with-nettle=<PREFIX> don't use systemwide nettle" @@ -347,7 +347,7 @@ LDFLAGS = $LDFLAGS STRIP = ${CROSS_PREFIX}strip INSTALL = install -PREFIX := $PREFIX +prefix := $PREFIX BINDIR := $BINDIR SBINDIR := $SBINDIR ETCDIR := $ETCDIR |