Build fixes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1105 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling 1998-12-03 16:41:41 +00:00
parent 463c1fa1a9
commit d669c24159
3 changed files with 3 additions and 3 deletions

2
configure vendored
View File

@ -6222,7 +6222,7 @@ fi
TOOLKIT=GTK
TOOLKIT_DEF=__WXGTK__
WX_LINK=-lwx_gtk
WX_LINK=-lwx_gtk_1_0
MAKEINCLUDE=../gtk.inc
fi

View File

@ -1021,7 +1021,7 @@ if test "$wxUSE_GTK" = 1; then
], AC_MSG_ERROR(Is gtk-config in path and GTK+ is version 1.0.4?))
TOOLKIT=GTK
TOOLKIT_DEF=__WXGTK__
WX_LINK=-lwx_gtk
WX_LINK=-lwx_gtk_1_0
MAKEINCLUDE=../gtk.inc
fi

View File

@ -46,7 +46,7 @@ while test $# -gt 0; do
echo $includes -D@TOOLKIT_DEF@ @GUI_TK_INCLUDE@
;;
--libs)
echo -L@libdir@ -lwx_gtk @DL_LIBRARY@ @GUI_TK_LIBRARY@ @THREADS_LINK@ @EXTRA_LINK@
echo -L@libdir@ -lwx_gtk_1_0 @DL_LIBRARY@ @GUI_TK_LIBRARY@ @THREADS_LINK@ @EXTRA_LINK@
;;
*)
echo "${usage}" 1>&2