From: ellson Date: Mon, 3 Mar 2008 16:17:29 +0000 (+0000) Subject: test for PLATFORMSDK set in env X-Git-Tag: LAST_LIBGRAPH~32^2~4601 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6dc9e66e38211cc81e6b4b06cfb4bb0f296c61fe;p=graphviz test for PLATFORMSDK set in env --- 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