changeset 8045:c34100c609ee

10l
author michael
date Sat, 02 Nov 2002 16:55:23 +0000
parents 9a9b48c469f6
children 30a9a6358ee9
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sat Nov 02 16:14:42 2002 +0000
+++ b/configure	Sat Nov 02 16:55:23 2002 +0000
@@ -4181,7 +4181,7 @@
 
 echocheck "shared postprocess lib"
 if test "$_shared_pp" = yes ; then
-  _ld_pp='-lpostproc -L postproc'
+  _ld_pp='-Lpostproc -lpostproc'
 else
   _ld_pp='postproc/libpostproc.a'
 fi