added directories for Motif headers and libs under Solaris to the search path

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1285 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1998-12-30 17:55:20 +00:00
parent 2cf235c652
commit a4388683f1

View File

@@ -237,6 +237,7 @@ dnl ------------------------------------------------------------------------
SEARCH_INCLUDE="\
/usr/Motif1.2/include \
/usr/dt/include/Xm \
\
/usr/X11R6/include \
/usr/X11R5/include \
@@ -289,6 +290,7 @@ SEARCH_INCLUDE="\
"
SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` \
/usr/dt/lib \
"
dnl ------------------------------------------------------------------------