mirror of
https://github.com/yawut/SDL.git
synced 2026-09-13 11:36:32 -05:00
Add the NAS library directory, since X11 is dynamically loaded now...
FIXME: See if we can dynamically load NAS
This commit is contained in:
@@ -498,7 +498,7 @@ AC_HELP_STRING([--enable-nas], [support the NAS audio API [default=yes]]),
|
||||
if test -r /usr/X11R6/include/audio/audiolib.h; then
|
||||
have_nas=yes
|
||||
NAS_CFLAGS="-I/usr/X11R6/include/"
|
||||
NAS_LIBS="-laudio -lXt"
|
||||
NAS_LIBS="-L/usr/X11R6/lib -laudio -lXt"
|
||||
|
||||
dnl On IRIX, the NAS includes are in a different directory,
|
||||
dnl and libnas must be explicitly linked in
|
||||
|
||||
Reference in New Issue
Block a user