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
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
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
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
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