configure: Fix typos in warning messages.
This commit is contained in:
parent
d9f5817e8a
commit
5736c30c21
|
@ -10482,7 +10482,7 @@ echo "${ECHO_T}not found" >&6; }
|
|||
This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
|
||||
else
|
||||
wine_warnings="$wine_warnings|No OpenGL library found on this system.
|
||||
Wine will be build without OpenGL or Direct3D support."
|
||||
Wine will be built without OpenGL or Direct3D support."
|
||||
fi
|
||||
else
|
||||
{ echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
|
||||
|
@ -10571,11 +10571,11 @@ fi
|
|||
|
||||
else
|
||||
wine_warnings="$wine_warnings|Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/).
|
||||
Wine will be build without OpenGL or Direct3D support."
|
||||
Wine will be built without OpenGL or Direct3D support."
|
||||
fi
|
||||
else
|
||||
wine_warnings="$wine_warnings|OpenGL development headers not found.
|
||||
Wine will be build without OpenGL or Direct3D support."
|
||||
Wine will be built without OpenGL or Direct3D support."
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
|
@ -656,7 +656,7 @@ Wine will be built without XComposite support. (winex11.drv)])
|
|||
This probably prevents linking to OpenGL. Try deleting the file and restarting configure.])
|
||||
else
|
||||
WINE_WARNING([No OpenGL library found on this system.
|
||||
Wine will be build without OpenGL or Direct3D support.])
|
||||
Wine will be built without OpenGL or Direct3D support.])
|
||||
fi],
|
||||
$X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS)
|
||||
|
||||
|
@ -668,11 +668,11 @@ Wine will be build without OpenGL or Direct3D support.])
|
|||
$OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS)
|
||||
else
|
||||
WINE_WARNING([Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/).
|
||||
Wine will be build without OpenGL or Direct3D support.])
|
||||
Wine will be built without OpenGL or Direct3D support.])
|
||||
fi
|
||||
else
|
||||
WINE_WARNING([OpenGL development headers not found.
|
||||
Wine will be build without OpenGL or Direct3D support.])
|
||||
Wine will be built without OpenGL or Direct3D support.])
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue