From 11dfaa5f1dab5a787dc711c8d9881280509a50ae Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 2 Jul 2001 10:00:17 +0000 Subject: [PATCH] typo in GTK version caching code fixed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index b4e3a30a34..ff71ee447c 100755 --- a/configure +++ b/configure @@ -9058,7 +9058,7 @@ equivalent variable and GTK+ is version 1.2.3 or above. esac TOOLKIT_INCLUDE="$wx_cv_cflags_gtk" - GUI_TK_LIBRARY="$wx_cv_lib_gtk" + GUI_TK_LIBRARY="$wx_cv_libs_gtk" AFMINSTALL=afminstall TOOLKIT=GTK diff --git a/configure.in b/configure.in index a35557aafc..a3bf692bf5 100644 --- a/configure.in +++ b/configure.in @@ -1663,7 +1663,7 @@ equivalent variable and GTK+ is version 1.2.3 or above. esac TOOLKIT_INCLUDE="$wx_cv_cflags_gtk" - GUI_TK_LIBRARY="$wx_cv_lib_gtk" + GUI_TK_LIBRARY="$wx_cv_libs_gtk" AFMINSTALL=afminstall TOOLKIT=GTK -- 2.45.2