summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authornexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-03 15:57:10 +0000
committernexus <nexus@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-12-03 15:57:10 +0000
commitbdde3d5657cf87c6c63390aa0c159ad57e6732c9 (patch)
treec34a4915306505dca5cd946514d5a56d461bafe6 /configure
parent711dc54b8ca5dbb1d42c2e6551d2443218ac9b3a (diff)
downloadmpv-bdde3d5657cf87c6c63390aa0c159ad57e6732c9.tar.bz2
mpv-bdde3d5657cf87c6c63390aa0c159ad57e6732c9.tar.xz
FreeBSD install nas* to /usr/X11 by default (and require -lm)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3284 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ad2564986d..e1cd12d8b8 100755
--- a/configure
+++ b/configure
@@ -1799,7 +1799,7 @@ if test "$_nas" = auto || test "$_nas" = yes ; then
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'