Use $(RelocatableBuild) rather than $(Windows)
authorIan Lynagh <igloo@earth.li>
Wed, 19 Sep 2007 14:00:37 +0000 (14:00 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 19 Sep 2007 14:00:37 +0000 (14:00 +0000)
mk/config.mk.in

index 106d7aa..02e02bc 100644 (file)
@@ -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.