Removed -lXext -lXt from libraries for wxX11

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14131 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart 2002-02-11 14:51:42 +00:00
parent 774b90fbb3
commit 4e2212e3ee

View File

@ -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