summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorLuboš Luňák <l.lunak@suse.cz>2013-01-02 17:04:34 +0100
committerLuboš Luňák <l.lunak@suse.cz>2013-01-02 17:05:10 +0100
commitdc277bc6a1c357fe725db2c567d3e1cf16fb7806 (patch)
tree4e935e6e1279108d50e13fea7665ee20cf851a8f /m4
parentca3aba4cdf766cf33b0dbbe495c9e6f57f069822 (diff)
use MINGW_SYSROOT consistently
Restore all cases to expect /mingw/ included in the path.
Diffstat (limited to 'm4')
-rw-r--r--m4/mingw.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mingw.m4 b/m4/mingw.m4
index eb2dadbab9df..d7aecbd987b3 100644
--- a/m4/mingw.m4
+++ b/m4/mingw.m4
@@ -47,7 +47,7 @@ AC_DEFUN([libo_MINGW_CHECK_DLL],
[AC_ARG_VAR([MINGW_][$1][_DLL],[output variable containing the found dll name])dnl
if test -n "$WITH_MINGW"; then
- _libo_mingw_dlldir="[$MINGW_SYSROOT]"/mingw/bin
+ _libo_mingw_dlldir="[$MINGW_SYSROOT]"/bin
_libo_mingw_dllname=
AC_MSG_CHECKING([for $2 dll])