# HG changeset patch # User diego # Date 1177620242 0 # Node ID 6b1fb3b25e3ddc75751ceea44b9d868c65cfb54d # Parent 99dc21f992c3e2309e4c1c29581bdaea313f8ff2 Fix cut and paste typo, _def_libpostproc --> _def_libpostproc_a. diff -r 99dc21f992c3 -r 6b1fb3b25e3d configure --- a/configure Thu Apr 26 20:37:24 2007 +0000 +++ b/configure Thu Apr 26 20:44:02 2007 +0000 @@ -6295,7 +6295,7 @@ _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"