# HG changeset patch # User michael # Date 1036253682 0 # Node ID 9a9b48c469f6735d6aa697d2ab47eed2bc584235 # Parent e5dda05f9aab62a0b48df8c6708940526e26195f fixing shared pp diff -r e5dda05f9aab -r 9a9b48c469f6 configure --- a/configure Sat Nov 02 16:09:05 2002 +0000 +++ b/configure Sat Nov 02 16:14:42 2002 +0000 @@ -217,7 +217,7 @@ options with --enable-static="-lslang -lncurses" --language=xx select a language (for translated messages/gui) [en] (Available: $LANGUAGES) - --enabled-shared-pp install & use shared postprocessing lib + --enable-shared-pp install & use shared postprocessing lib Advanced options: --enable-mmx build with mmx support [autodetect] @@ -4181,7 +4181,7 @@ echocheck "shared postprocess lib" if test "$_shared_pp" = yes ; then - _ld_pp='-lpostproc' + _ld_pp='-lpostproc -L postproc' else _ld_pp='postproc/libpostproc.a' fi