]> git.saurik.com Git - wxWidgets.git/commitdiff
drag and drop is now implemented in wxMac
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 31 Dec 2001 20:48:19 +0000 (20:48 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Mon, 31 Dec 2001 20:48:19 +0000 (20:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index d30a42673351f4f04168bcbba7a8d095cc5b639c..6e38123aa5083046e43381cabf083e38eb644fd0 100755 (executable)
--- a/configure
+++ b/configure
@@ -18732,11 +18732,6 @@ if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
         wxUSE_DRAG_AND_DROP=no
     fi
 
-    if test "$wxUSE_MAC" = 1; then
-        echo "configure: warning: Drag and drop not yet supported under Mac OS X... disabled" 1>&2
-        wxUSE_DRAG_AND_DROP=no
-    fi
-
     if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
         cat >> confdefs.h <<\EOF
 #define wxUSE_DRAG_AND_DROP 1
@@ -19570,7 +19565,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:19574: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:19569: 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
index e7b2c4c6c215384bb54401fe51433a57ca464976..f98e8df33b8741ac7dd7510157c5ad453dbe1a13 100644 (file)
@@ -4328,11 +4328,6 @@ if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
         wxUSE_DRAG_AND_DROP=no
     fi
 
-    if test "$wxUSE_MAC" = 1; then
-        AC_MSG_WARN([Drag and drop not yet supported under Mac OS X... disabled])
-        wxUSE_DRAG_AND_DROP=no
-    fi
-
     if test "$wxUSE_DRAG_AND_DROP" = "yes"; then
         AC_DEFINE(wxUSE_DRAG_AND_DROP)
         SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS dnd"