From 6dc9e66e38211cc81e6b4b06cfb4bb0f296c61fe Mon Sep 17 00:00:00 2001 From: ellson Date: Mon, 3 Mar 2008 16:17:29 +0000 Subject: [PATCH] test for PLATFORMSDK set in env --- configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/configure.ac b/configure.ac index f987cd081..385024efe 100644 --- a/configure.ac +++ b/configure.ac @@ -1938,7 +1938,11 @@ AC_ARG_WITH(gdiplus, if test "x$with_gdiplus" = "xyes"; then +if test "x$PLATFORMSDK" != x; then +GDIPLUS_PLATFORMSDK="$PLATFORMSDK" +else GDIPLUS_PLATFORMSDK="$VS80COMNTOOLS/../../VC/PlatformSDK" +fi if test -d "$GDIPLUS_PLATFORMSDK"; then HAVE_GDIPLUS=1 -- 2.40.0