From cdc3071bedd7497bd802a8773a501e6910daaf88 Mon Sep 17 00:00:00 2001 From: Tom Goff Date: Tue, 6 Sep 2016 10:30:08 -0400 Subject: [PATCH] autoconf: Remove an unused variable. --- configure.ac | 9 --------- 1 file changed, 9 deletions(-) diff --git a/configure.ac b/configure.ac index 93c3b917..a81fa8e7 100644 --- a/configure.ac +++ b/configure.ac @@ -198,15 +198,6 @@ if test "x$enable_daemon" = "xyes" ; then AC_CHECK_FUNCS([atexit dup2 gettimeofday memset socket strerror uname]) 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 want_linux_netns=no want_bsd=no