X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/337a3714b6e5fd12cbfbca098e312d5ebd0e3b68..7608a6837f5cee96f31972bc69c8af24f51641b5:/configure.in diff --git a/configure.in b/configure.in index 8b75727fe8..097230bc13 100644 --- a/configure.in +++ b/configure.in @@ -2950,7 +2950,27 @@ equivalent variable and GTK+ is version 1.2.3 or above. if test "$wxUSE_PM" = 1; then TOOLKIT=PM - GUIDIST=GTK_DIST + GUIDIST=PM_DIST + AC_CACHE_CHECK([for type SPBCDATA], + wx_cv_spbcdata, + [ + AC_TRY_COMPILE( + [ + #define INCL_PM + #include + ], + [ + SPBCDATA test; + ], + wx_cv_spbcdata=yes, + wx_cv_spbcdata=no + ) + ] + ) + + if test $wx_cv_spbcdata = "yes"; then + AC_DEFINE(HAVE_SPBCDATA) + fi fi dnl the name of the directory where the files for this toolkit live