From e103845914bd3e2df4a75774da58948fc1af23ee Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 19 Sep 2007 14:00:37 +0000 Subject: [PATCH] Use $(RelocatableBuild) rather than $(Windows) --- mk/config.mk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/config.mk.in b/mk/config.mk.in index 106d7aa..02e02bc 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -561,7 +561,7 @@ libdir0 := @libdir@ includedir := @includedir@ mandir := @mandir@ -ifeq "$(Windows)" "YES" +ifeq "$(RelocatableBuild)" "YES" # Hack: our directory layouts tend to be different on Windows, so # hack around configure's bogus assumptions here. -- 1.7.10.4