Mercurial > mplayer.hg
diff configure @ 3283:73de2c85844d
FreeBSD install nas* to /usr/X11 by default (and require -lm)
author | nexus |
---|---|
date | Mon, 03 Dec 2001 15:57:10 +0000 |
parents | 310c0b9bea21 |
children | da763020034d |
line wrap: on
line diff
--- a/configure Mon Dec 03 15:30:06 2001 +0000 +++ b/configure Mon Dec 03 15:57:10 2001 +0000 @@ -1799,7 +1799,7 @@ int main(void) { return 0; } EOF _nas=no - cc_check -laudio -lX11 -lXt -L$_x11libdir && _nas=yes + cc_check -laudio -lX11 -lXt -lm -I$_x11incdir -L$_x11libdir && _nas=yes fi if test "$_nas" = yes ; then _def_nas='#define HAVE_NAS 1'