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
This commit is contained in:
Vadim Zeitlin 1999-05-11 12:08:39 +00:00
parent 5de9bc8049
commit 0633c6d6e0
2 changed files with 2 additions and 2 deletions

2
configure vendored
View File

@ -7139,7 +7139,7 @@ fi
echo "$ac_t""no" 1>&6
GTK_CFLAGS=""
GTK_LIBS=""
echo "$ac_t""no" 1>&6
:
fi

View 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