Skip to content

Commit

Permalink
Add the NAS library directory, since X11 is dynamically loaded now...
Browse files Browse the repository at this point in the history
FIXME: See if we can dynamically load NAS
  • Loading branch information
slouken committed Mar 13, 2006
1 parent 0cf12b5 commit 134d7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -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
Expand Down

0 comments on commit 134d7f2

Please sign in to comment.