From: Vadim Zeitlin Date: Wed, 30 Dec 1998 17:55:20 +0000 (+0000) Subject: added directories for Motif headers and libs under Solaris to the search path X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/a4388683f1b20020b5425c59c401d6ab673860de?ds=sidebyside 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 --- diff --git a/configure.in b/configure.in index db9f4d644c..44f92c718d 100644 --- a/configure.in +++ b/configure.in @@ -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 ------------------------------------------------------------------------