configure: Fix typos in warning messages.

This commit is contained in:
Gerald Pfeifer 2007-11-17 00:48:44 +01:00 committed by Alexandre Julliard
parent d9f5817e8a
commit 5736c30c21
2 changed files with 6 additions and 6 deletions

6
configure vendored
View File

@ -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

View File

@ -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