]> git.saurik.com Git - wxWidgets.git/commitdiff
remove (very) obsolete GTK version check
authorPaul Cornett <paulcor@bullseye.com>
Tue, 6 Sep 2011 15:54:12 +0000 (15:54 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Tue, 6 Sep 2011 15:54:12 +0000 (15:54 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69011 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index 6348ac3b9fc064eed1047cb19bd95cd9c4781159..d1a7a3a9fa136777dbf4af94530c0d10e0516ce8 100644 (file)
@@ -6752,13 +6752,6 @@ if test "$wxUSE_CLIPBOARD" = "yes"; then
 fi
 
 if test "$wxUSE_DRAG_AND_DROP" = "yes" ; then
-    if test "$wxUSE_GTK" = 1; then
-        if test "$WXGTK12" != 1; then
-            AC_MSG_WARN([Drag and drop is only supported under GTK+ 1.2... disabled])
-            wxUSE_DRAG_AND_DROP=no
-        fi
-    fi
-
     if test "$wxUSE_MOTIF" = 1 -o "$wxUSE_X11" = 1 -o "$wxUSE_MGL" = 1 -o \
             "$wxUSE_DFB" = 1; then
         AC_MSG_WARN([Drag and drop not yet supported under $TOOLKIT... disabled])