diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3a044dc7c..225d1e574 100644 --- a/configure.ac +++ b/configure.ac @@ -2122,7 +2122,7 @@ dnl For win32 libraries location, needed by libw32dll. dnl --------------------------------------------- AC_ARG_WITH(w32-path, AC_HELP_STRING([--with-w32-path=path], [location of WIN32 libraries]), - w32_path="$withval", w32_path="/usr/lib/win32") + w32_path="$withval", w32_path="/usr/lib/codecs") AC_SUBST(w32_path) |