]> git.saurik.com Git - wxWidgets.git/blobdiff - configure
set m_itemIndex in the list events for key down event too
[wxWidgets.git] / configure
index c61f8d86533c142066b91d0a403a9f4337bd32cc..df82ea7f884cd5ad570a1b01e6a8c98cb6f74528 100755 (executable)
--- a/configure
+++ b/configure
@@ -15521,14 +15521,14 @@ else
 int main() {
 
                                 int tz;
-                                tz = __timezone;
+                                tz = timezone;
                             
 ; return 0; }
 EOF
 if { (eval echo configure:15529: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
-                                wx_cv_var_timezone=__timezone
+                                wx_cv_var_timezone=timezone
                             
 else
   echo "configure: failed program was:" >&5
@@ -15567,14 +15567,14 @@ else
 int main() {
 
                                                 int tz;
-                                                tz = timezone;
+                                                tz = __timezone;
                                             
 ; return 0; }
 EOF
 if { (eval echo configure:15575: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then
   rm -rf conftest*
   
-                                                wx_cv_var_timezone=timezone
+                                                wx_cv_var_timezone=__timezone
                                             
 else
   echo "configure: failed program was:" >&5
@@ -16731,6 +16731,10 @@ done
                 ALL_DEPFILES="$ALL_DEPFILES \$(OLEDEPS)"
                 CODE_GEN_FLAGS_CXX="$CODE_GEN_FLAGS_CXX -fvtable-thunks"
                 LIBS="$LIBS -lole32 -luuid"
+                cat >> confdefs.h <<\EOF
+#define wxUSE_OLE 1
+EOF
+
 
                                                 if test "$wxUSE_METAFILE" = "yes"; then
                     cat >> confdefs.h <<\EOF
@@ -17114,11 +17118,15 @@ EOF
 fi
 
 if test "$wxUSE_POPUPWIN" = "yes"; then
-    cat >> confdefs.h <<\EOF
+    if test "$wxUSE_MAC" = 1; then
+        echo "configure: warning: Popup window is not yet supported under Mac OS" 1>&2
+    else
+        cat >> confdefs.h <<\EOF
 #define wxUSE_POPUPWIN 1
 EOF
 
-    USES_CONTROLS=1
+        USES_CONTROLS=1
+    fi
 fi
 
 if test "$USES_CONTROLS" = 1; then
@@ -17471,7 +17479,7 @@ SAMPLES_SUBDIRS="`echo $SAMPLES_SUBDIRS | tr -s ' ' | tr ' ' '\n' | sort | uniq
 
 
 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:17475: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:17479: checking whether ${MAKE-make} sets \${MAKE}" >&5
 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
 if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6