Module: wine
Branch: master
Commit: 5736c30c216df799a62286b21d7b6dd5e6783bed
URL: http://source.winehq.org/git/wine.git/?a=commit;h=5736c30c216df799a62286b21…
Author: Gerald Pfeifer <gerald(a)pfeifer.com>
Date: Sat Nov 17 00:48:44 2007 +0100
configure: Fix typos in warning messages.
---
configure | 6 +++---
configure.ac | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/configure b/configure
index 6e3b3ae..63ae523 100755
--- a/configure
+++ b/configure
@@ -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
diff --git a/configure.ac b/configure.ac
index 3d62f45..7aa5d85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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