From 4e2212e3eef35031a3a48d7c68205c559a9f5563 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Mon, 11 Feb 2002 14:51:42 +0000 Subject: [PATCH] Removed -lXext -lXt from libraries for wxX11 git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index d8a2793e93..0626ea8661 100644 --- a/configure.in +++ b/configure.in @@ -1880,7 +1880,7 @@ equivalent variable and GTK+ is version 1.2.3 or above. ) fi - GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXext -lXt -lX11" + GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lX11" TOOLKIT_VPATH="\${top_srcdir}/src/x11 \${top_srcdir}/src/univ \${top_srcdir}/src/univ/themes" TOOLKIT=X11 GUIDIST=X11_DIST -- 2.47.2