Mercurial > sdl-ios-xcode
changeset 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 | c99e7a9c9bc9 |
children | 9b9212e4810c |
files | configure.in |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Mon Mar 13 17:25:44 2006 +0000 +++ b/configure.in Mon Mar 13 18:01:34 2006 +0000 @@ -498,7 +498,7 @@ 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