From 0633c6d6e0fd7993b19d5c6ac7e3cd6a374fb364 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 11 May 1999 12:08:39 +0000 Subject: [PATCH] one 'no' is enough when GTK 1.2.0 is not found git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2409 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b9e81595de..34b0b430b9 100755 --- 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 diff --git a/configure.in b/configure.in index 9c311e4b78..c3b5a9d9e2 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.45.2