summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 673d61f1ff..d1fd9dedad 100755
--- a/configure
+++ b/configure
@@ -4181,7 +4181,7 @@ echores "$_byte_order"
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