From ac9f523f4d4d1f1c2108dbde3be77dbb7595447c Mon Sep 17 00:00:00 2001 From: Mike Holmes Date: Mon, 9 May 2016 07:59:58 -0400 Subject: linux-generic: correctly set arch as undefined arch is defined as an architecture flag so that optimisations or necessary differences can be accommodated. When we are unable to determine the architecture it is incorrect to assign it the value of an operating system. Instead lets label it correctly as a default and add an error to the user when an unknown arch is encountered. Signed-off-by: Mike Holmes Reviewed-and-tested-by: Bill Fischofer --- m4/ax_prog_doxygen.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4/ax_prog_doxygen.m4') diff --git a/m4/ax_prog_doxygen.m4 b/m4/ax_prog_doxygen.m4 index 67acd22eb..d2017bd3e 100644 --- a/m4/ax_prog_doxygen.m4 +++ b/m4/ax_prog_doxygen.m4 @@ -272,7 +272,7 @@ DX_ENV_APPEND(VERSION, $VERSION) DX_ENV_APPEND(WITH_PLATFORM, $with_platform) DX_ENV_APPEND(PROJECT, $DX_PROJECT) DX_ENV_APPEND(VERSION, $PACKAGE_VERSION) -DX_ENV_APPEND(WITH_ARCH, $ARCH) +DX_ENV_APPEND(WITH_ARCH, $ARCH_DIR) # Doxygen itself: DX_ARG_ABLE(doc, [generate any doxygen documentation], -- cgit v1.2.3