Commit 5aa43a48 authored by Sam Lantinga's avatar Sam Lantinga

Add the NAS library directory, since X11 is dynamically loaded now...

FIXME: See if we can dynamically load NAS

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401524
parent 7056c5dc
...@@ -498,7 +498,7 @@ AC_HELP_STRING([--enable-nas], [support the NAS audio API [default=yes]]), ...@@ -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 if test -r /usr/X11R6/include/audio/audiolib.h; then
have_nas=yes have_nas=yes
NAS_CFLAGS="-I/usr/X11R6/include/" 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 On IRIX, the NAS includes are in a different directory,
dnl and libnas must be explicitly linked in dnl and libnas must be explicitly linked in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment