From: Gilles Depeyrot Date: Tue, 2 Oct 2001 17:03:50 +0000 (+0000) Subject: corrected VPATH for wxMotif toolkit X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/334f0d2c11bcb3da84be99d39e563bd03be7e440 corrected VPATH for wxMotif toolkit git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/configure b/configure index 432a831f2e..c65f9653df 100755 --- a/configure +++ b/configure @@ -10879,7 +10879,7 @@ rm -f conftest* fi GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm $xpm_link -lXmu -lXext -lXt -lX11" - TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/motif/xmcombo" + TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo" TOOLKIT=MOTIF GUIDIST=MOTIF_DIST fi diff --git a/configure.in b/configure.in index b449d98af3..51dc11f7d2 100644 --- a/configure.in +++ b/configure.in @@ -1941,7 +1941,7 @@ equivalent variable and GTK+ is version 1.2.3 or above. fi GUI_TK_LIBRARY="$GUI_TK_LIBRARY -lXm $xpm_link -lXmu -lXext -lXt -lX11" - TOOLKIT_VPATH="\${top_srcdir}/src/${TOOLKIT_DIR}${PATH_IFS}\${top_srcdir}/src/motif/xmcombo" + TOOLKIT_VPATH="\${top_srcdir}/src/motif${PATH_IFS}\${top_srcdir}/src/motif/xmcombo" TOOLKIT=MOTIF GUIDIST=MOTIF_DIST fi