changeset 14523:cb86e69fe7a3

detect and use the codecs paths instead of win32.
author reimar
date Sun, 16 Jan 2005 22:01:52 +0000
parents ac61e1744707
children b7c21220e6da
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jan 16 21:44:50 2005 +0000
+++ b/configure	Sun Jan 16 22:01:52 2005 +0000
@@ -5383,7 +5383,7 @@
 
 if test "$_win32" != no ; then
     if test -z "$_win32libdir" ; then
-      for I in "$_libdir/codecs" "$_libdir/win32" /usr/local/lib/win32 /usr/lib/win32 ; do
+      for I in "$_libdir/codecs" "$_libdir/win32" /usr/local/lib/codecs /usr/lib/codecs /usr/local/lib/win32 /usr/lib/win32 ; do
         if test -d "$I" ; then
           _win32libdir="$I"
           break;