From 8931463a0c2e9aae2d6d4ee4194659512b3750ca Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 6 May 2012 14:48:18 +0200 Subject: export ALL_LANGS --- config_host.mk.in | 1 + 1 file changed, 1 insertion(+) (limited to 'config_host.mk.in') diff --git a/config_host.mk.in b/config_host.mk.in index 872ca2768d18..ee0ce101e94a 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -10,6 +10,7 @@ export ALIGNOF_INT=@ALIGNOF_INT@ export ALIGNOF_LONG=@ALIGNOF_LONG@ export ALIGNOF_SHORT=@ALIGNOF_SHORT@ export ALLOC=@ALLOC@ +export ALL_LANGS=@ALL_LANGS@ export ANT=@ANT@ export ANT_HOME=@ANT_HOME@ export ANT_LIB=@ANT_LIB@ -- cgit