Add support for neXtaw library

This commit is contained in:
Mark Hessling
2002-06-23 04:35:45 +00:00
parent 0e29734d0e
commit 87ea004ea7

View File

@@ -372,7 +372,11 @@ AC_MSG_CHECKING(for location of X libraries)
if test "$with_xaw3d" = yes; then
MH_X11_LIBS="Xaw3d Xmu Xt X11"
else
MH_X11_LIBS="Xaw Xmu Xt X11"
if test "$with_nextaw" = yes; then
MH_X11_LIBS="neXtaw Xmu Xt X11"
else
MH_X11_LIBS="Xaw Xmu Xt X11"
fi
fi
MH_X11R6_LIBS="SM ICE Xext"
mh_x11r6=no