removed /usr/include from SEARCH_INCLUDE -- this should fix wxMotif/AIX compilation
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1495,8 +1495,7 @@ dnl ---------------------------------------------------------------------------
|
|||||||
|
|
||||||
dnl notice that /usr/include should not be in this list, otherwise it breaks
|
dnl notice that /usr/include should not be in this list, otherwise it breaks
|
||||||
dnl compilation on Solaris/gcc because standard headers are included instead
|
dnl compilation on Solaris/gcc because standard headers are included instead
|
||||||
dnl of the gcc ones (correction: it *is* needed for broken AIX compiler - but
|
dnl of the gcc ones.
|
||||||
dnl do put it last!)
|
|
||||||
dnl
|
dnl
|
||||||
dnl Also try to put all directories which may contain X11R6 before those which
|
dnl Also try to put all directories which may contain X11R6 before those which
|
||||||
dnl may contain X11R5/4 - we want to use R6 on machines which have both!
|
dnl may contain X11R5/4 - we want to use R6 on machines which have both!
|
||||||
@@ -1563,9 +1562,7 @@ SEARCH_INCLUDE="\
|
|||||||
/usr/local/x11r5/include \
|
/usr/local/x11r5/include \
|
||||||
/usr/lpp/Xamples/include \
|
/usr/lpp/Xamples/include \
|
||||||
\
|
\
|
||||||
/usr/openwin/share/include \
|
/usr/openwin/share/include"
|
||||||
\
|
|
||||||
/usr/include"
|
|
||||||
|
|
||||||
SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
|
SEARCH_LIB="`echo "$SEARCH_INCLUDE" | sed s/include/lib/g` "
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user