diff --git a/Changes b/Changes index c89517f12..955221064 100644 --- a/Changes +++ b/Changes @@ -1715,4 +1715,5 @@ MOTDs originally by the inspircd team. - Fixed a number of compile errors/runtime errors on win32 (also a SSL brainfart regarding DH), #0003345, patched by fez - +- #0003350 - reported by aquanight regarding ./unreal restart not + working in 3.3*. Now works properly again. diff --git a/autoconf/configure.in b/autoconf/configure.in index ef95f4d60..2e3660971 100644 --- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -376,7 +376,7 @@ AC_ARG_WITH(fd-setsize, [AC_HELP_STRING([--with-fd-setsize=size],[Specify the ma ac_fd=$withval, ac_fd=1024) AC_DEFINE_UNQUOTED(MAXCONNECTIONS, $ac_fd) AC_ARG_WITH(spath, [AC_HELP_STRING([--with-spath],[Specify the location of the executable])], -AC_DEFINE_UNQUOTED(SPATH,"$withval") BINDIR="$withval",AC_DEFINE_UNQUOTED(SPATH,"`pwd`/src/ircd") BINDIR="`pwd`/src/ircd") +AC_DEFINE_UNQUOTED(SPATH,"$withval/ircd") BINDIR="$withval",AC_DEFINE_UNQUOTED(SPATH,"`pwd`/src/ircd") BINDIR="`pwd`/src/ircd") AC_ARG_ENABLE(nospoof, [AC_HELP_STRING([--enable-nospoof],[Enable spoofing protection])], AC_DEFINE(NOSPOOF)) AC_ARG_ENABLE(prefixaq, [AC_HELP_STRING([--enable-prefixaq],[Enable chanadmin and chanowner prefixes])], AC_DEFINE(PREFIX_AQ)) AC_ARG_ENABLE(hub, [AC_HELP_STRING([--enable-hub],[Compile as a hub server])], AC_DEFINE(HUB)) diff --git a/configure b/configure index f30c45a0b..edde751a7 100755 --- a/configure +++ b/configure @@ -12406,7 +12406,7 @@ _ACEOF if test "${with_spath+set}" = set; then withval="$with_spath" cat >>confdefs.h <<_ACEOF -#define SPATH "$withval" +#define SPATH "$withval/ircd" _ACEOF BINDIR="$withval" else