summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
77f859c)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12797
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
if test "$wxUSE_MAC" = 1; then
echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2
else
if test "$wxUSE_MAC" = 1; then
echo "configure: warning: Popup window not yet supported under Mac OS X... disabled" 1>&2
else
- cat >> confdefs.h <<\EOF
+ if test "$wxUSE_MOTIF" = 1; then
+ echo "configure: warning: wxPopupWindow not yet supported under Motif... disabled" 1>&2
+ else
+ cat >> confdefs.h <<\EOF
#define wxUSE_POPUPWIN 1
EOF
#define wxUSE_POPUPWIN 1
EOF
- if test "$wxUSE_TIPWINDOW" = "yes"; then
- cat >> confdefs.h <<\EOF
+ if test "$wxUSE_TIPWINDOW" = "yes"; then
+ cat >> confdefs.h <<\EOF
#define wxUSE_TIPWINDOW 1
EOF
#define wxUSE_TIPWINDOW 1
EOF
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:18645: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:18649: 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
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
if test "$wxUSE_MAC" = 1; then
AC_MSG_WARN([Popup window not yet supported under Mac OS X... disabled])
else
if test "$wxUSE_MAC" = 1; then
AC_MSG_WARN([Popup window not yet supported under Mac OS X... disabled])
else
- AC_DEFINE(wxUSE_POPUPWIN)
+ if test "$wxUSE_MOTIF" = 1; then
+ AC_MSG_WARN([wxPopupWindow not yet supported under Motif... disabled])
+ else
+ AC_DEFINE(wxUSE_POPUPWIN)
- if test "$wxUSE_TIPWINDOW" = "yes"; then
- AC_DEFINE(wxUSE_TIPWINDOW)
- fi
+ if test "$wxUSE_TIPWINDOW" = "yes"; then
+ AC_DEFINE(wxUSE_TIPWINDOW)
+ fi