From 1a0a89df33b3d17f3742779909f1da44f2e9d9d1 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 13 May 2013 12:45:58 -0700 Subject: [PATCH] No need to define CROSS_COMPILING --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index 970d8ef3..aa698e0d 100644 --- a/configure.ac +++ b/configure.ac @@ -41,10 +41,6 @@ AM_PROG_AS AC_USE_SYSTEM_EXTENSIONS CPPFLAGS="$CPPFLAGS -D_FORTIFY_SOURCE=2" -AS_IF([test "$cross_compiling" != no], - AC_DEFINE(CROSS_COMPILING, [1], [define if you are cross-compiling]) -) - AX_CHECK_COMPILE_FLAG([-fvisibility=hidden], [CFLAGS="$CFLAGS -fvisibility=hidden"])