autoconf: Remove an unused variable.
This commit is contained in:
parent
c0a9c6c9af
commit
cdc3071bed
1 changed files with 0 additions and 9 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue