]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
fix bug where color chosen by sliders wouldn't be registered. Optimized a bit.
[wxWidgets.git] / configure
index e51077b0f4e21af7d313dc6f8beb562f9a1b46d0..498a46d3d32c2bc39f334331c452bdbc44484fec 100755 (executable)
--- a/configure
+++ b/configure
@@ -18362,6 +18362,10 @@ else
                 va_end(ap2);
                 va_end(ap1);
             }
+            int main()
+            {
+                return foo("hi", 17);
+            }
 _ACEOF
 rm -f conftest.$ac_objext conftest$ac_exeext
 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
@@ -27616,6 +27620,7 @@ _ACEOF
        fi
     fi
 
+    SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS mediaplayer"
     cat >>confdefs.h <<\_ACEOF
 #define wxUSE_MEDIACTRL 1
 _ACEOF