diff options
author | Robin KAY <komadori@users.sourceforge.net> | 2004-07-15 02:22:38 +0000 |
---|---|---|
committer | Robin KAY <komadori@users.sourceforge.net> | 2004-07-15 02:22:38 +0000 |
commit | 227de1322ace97f1fb3c386406a4bed7f95dd5d0 (patch) | |
tree | beeeebf1e5a7448e84aa4d59f4b31fc85c0863ff | |
parent | 9cfadb0fe3a0a6965cbe7e2350bf106b500080d7 (diff) | |
download | xine-lib-227de1322ace97f1fb3c386406a4bed7f95dd5d0.tar.gz xine-lib-227de1322ace97f1fb3c386406a4bed7f95dd5d0.tar.bz2 |
Add missing library path.
CVS patchset: 6796
CVS date: 2004/07/15 02:22:38
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 09f350611..d01ecaa16 100644 --- a/configure.ac +++ b/configure.ac @@ -636,7 +636,7 @@ CPPFLAGS="$CPPFLAGS -I/usr/openwin/include" AC_CHECK_LIB(dga, XDgaGrabDrawable, [ AC_CHECK_HEADER(dga/dga.h, [ SUNDGA_CFLAGS="-I/usr/openwin/include" - SUNDGA_LIBS="-L/usr/openwin/lib -ldga" + SUNDGA_LIBS="-L/usr/openwin/lib -R/usr/openwin/lib -ldga" ac_have_sundga=yes ], ) ], , "-L/usr/openwin/lib") |