From 8f2026d7d54a8837c5166fa21132a46b416a3650 Mon Sep 17 00:00:00 2001 From: jay Date: Fri, 29 Jul 2005 21:18:02 +0000 Subject: [PATCH] Introduce new Automake conditional, CROSS_COMPILING, true when we are corss compiling --- configure.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.in b/configure.in index 7900b6b..3ffca2a 100644 --- a/configure.in +++ b/configure.in @@ -83,6 +83,11 @@ AC_SYS_LARGEFILE gl_INIT +dnl lib/regexprops needs to be a native program, because we need to +dnl run it in order to generate the documentation about the properties +dnl of regular expressions. See lib/Makefile.am. +AM_CONDITIONAL(CROSS_COMPILING, [[test "x$cross_compiling" = xyes]]) + dnl Try to get a POSIX.1 environment. dnl Checks for libraries. If getpwnam() isn't present in the -- 2.11.4.GIT