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