equal
deleted
inserted
replaced
496 AC_MSG_CHECKING(for NAS audio support) |
496 AC_MSG_CHECKING(for NAS audio support) |
497 have_nas=no |
497 have_nas=no |
498 if test -r /usr/X11R6/include/audio/audiolib.h; then |
498 if test -r /usr/X11R6/include/audio/audiolib.h; then |
499 have_nas=yes |
499 have_nas=yes |
500 NAS_CFLAGS="-I/usr/X11R6/include/" |
500 NAS_CFLAGS="-I/usr/X11R6/include/" |
501 NAS_LIBS="-laudio -lXt" |
501 NAS_LIBS="-L/usr/X11R6/lib -laudio -lXt" |
502 |
502 |
503 dnl On IRIX, the NAS includes are in a different directory, |
503 dnl On IRIX, the NAS includes are in a different directory, |
504 dnl and libnas must be explicitly linked in |
504 dnl and libnas must be explicitly linked in |
505 |
505 |
506 elif test -r /usr/freeware/include/nas/audiolib.h; then |
506 elif test -r /usr/freeware/include/nas/audiolib.h; then |