summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 11c146085..20c938b17 100755
--- a/configure
+++ b/configure
@@ -16,6 +16,7 @@ GCCVER=`gcc -dumpversion | cut -c 1`
CONFIG_DIR=$ME/conf
MODULE_DIR=$ME/modules
BINARY_DIR=$ME/bin
+INSTALL=`which install`
OPTIMITEMP=0
OPTIMISATI="-g"
MAX_CLIENT_T=`ulimit -n`
@@ -83,7 +84,7 @@ fi
c=""
n=""
-if [ "`eval echo -n 'a'`" = "-n a" ] ; then
+if [ "`eval echo -e -n 'a'`" = "-n a" ] ; then
c="\c"
else
n="-n"