autoconf: Remove an unused variable.

This commit is contained in:
Tom Goff 2016-09-06 10:30:08 -04:00
parent c0a9c6c9af
commit cdc3071bed

View file

@ -198,15 +198,6 @@ if test "x$enable_daemon" = "xyes" ; then
AC_CHECK_FUNCS([atexit dup2 gettimeofday memset socket strerror uname]) AC_CHECK_FUNCS([atexit dup2 gettimeofday memset socket strerror uname])
fi fi
# simple architecture detection
if test `uname -m` = "x86_64"; then
ARCH=amd64
else
ARCH=i386
fi
AC_MSG_RESULT([using architecture $ARCH])
AC_SUBST(ARCH)
# Host-specific detection # Host-specific detection
want_linux_netns=no want_linux_netns=no
want_bsd=no want_bsd=no