From a093aeddff84f4f3bdc61589876980d8b4e851c7 Mon Sep 17 00:00:00 2001 From: frostycoolslug Date: Fri, 23 Jul 2004 21:17:04 +0000 Subject: Fixed freebsd -n bug. git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@846 e03df62e-2008-0410-955e-edbf42e46eb7 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') 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" -- cgit v1.2.3