]> git.saurik.com Git - wxWidgets.git/commitdiff
one 'no' is enough when GTK 1.2.0 is not found
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 May 1999 12:08:39 +0000 (12:08 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 11 May 1999 12:08:39 +0000 (12:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure
configure.in

index b9e81595deb80747acd74568980a2f3199cd3f4f..34b0b430b99d37d58ffa80cd0fa9fdf99d6bcad6 100755 (executable)
--- a/configure
+++ b/configure
@@ -7139,7 +7139,7 @@ fi
      echo "$ac_t""no" 1>&6
      GTK_CFLAGS=""
      GTK_LIBS=""
-     echo "$ac_t""no" 1>&6
+     :
   fi
   
   
index 9c311e4b78febd05868d4e5f96e21fe69fb07800..c3b5a9d9e2f450c03a5c9062497bb66c71729952 100644 (file)
@@ -1129,7 +1129,7 @@ if test "$wxUSE_GTK" = 1; then
   MAKEINCLUDE=../gtk.inc
   AM_PATH_GTK(1.2.0, [
        WXGTK12=1
-  ], AC_MSG_RESULT(no))
+  ])
 fi
 
 if test "$wxUSE_QT" = 1; then