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 3851a422ed..06314c2bbe 100755
--- a/configure
+++ b/configure
@@ -6295,7 +6295,7 @@ _def_libpostproc_a='#undef USE_LIBPOSTPROC_A'
_def_libpostproc_so='#undef USE_LIBPOSTPROC_SO'
test "$_libpostproc_a" = yes || test "$_libpostproc_so" = yes && _libpostproc=yes
test "$_libpostproc" = yes && _def_libpostproc='#define USE_LIBPOSTPROC 1'
-test "$_libpostproc_a" = yes && _def_libpostproc='#define USE_LIBPOSTPROC_A 1'
+test "$_libpostproc_a" = yes && _def_libpostproc_a='#define USE_LIBPOSTPROC_A 1'
test "$_libpostproc_so" = yes \
&& _def_libpostproc_so='#define USE_LIBPOSTPROC_SO 1'
echores "$_libpostproc"