changeset 8044:9a9b48c469f6

fixing shared pp
author michael
date Sat, 02 Nov 2002 16:14:42 +0000
parents e5dda05f9aab
children c34100c609ee
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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