]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
Regenerated makefiles after removing USE_GDIPLUS.
[wxWidgets.git] / configure.in
index 631465a68803f4c030a351d8e0c3b5fa26afd491..e6bf454aeff8ebd40a4d7c90d081b19ab17674f6 100644 (file)
@@ -6723,6 +6723,7 @@ fi
 
 if test "$wxUSE_UIACTIONSIMULATOR" = "yes" ; then
     AC_DEFINE(wxUSE_UIACTIONSIMULATOR)
+    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS uiaction"
 fi
 
 dnl ---------------------------------------------------------------------------
@@ -7443,7 +7444,8 @@ if test "$wxUSE_GRAPHICS_CONTEXT" = "yes"; then
                 dnl GDI+ DLL dynamically anyhow during run-time
                 AC_LANG_PUSH(C++)
                 AC_TRY_COMPILE(
-                    [#include <gdiplus.h>],
+                    [#include <windows.h>
+                     #include <gdiplus.h>],
                     [
                         using namespace Gdiplus;
                     ],