comparison configure.in @ 1520:5d264facfd03

Add the NAS library directory, since X11 is dynamically loaded now... FIXME: See if we can dynamically load NAS
author Sam Lantinga <slouken@libsdl.org>
date Mon, 13 Mar 2006 18:01:34 +0000
parents 845b1619c8f6
children 9b9212e4810c
comparison
equal deleted inserted replaced
1519:c99e7a9c9bc9 1520:5d264facfd03
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