Fix warning in configure.ac

Gerald Pfeifer gerald at pfeifer.com
Fri Nov 16 17:48:44 CST 2007


This patch fixes a "typo" in a warning message that I ran into on a
new test installation of mine.

Gerald

ChangeLog:
Fix "typos" in warning messages about building without OpenGL or Direct3D
support.

Index: configure.ac
===================================================================
RCS file: /home/wine/wine/configure.ac,v
retrieving revision 1.725
diff -u -3 -p -r1.725 configure.ac
--- configure.ac	8 Nov 2007 13:09:33 -0000	1.725
+++ configure.ac	16 Nov 2007 23:46:05 -0000
@@ -656,7 +656,7 @@ Wine will be built without XComposite su
 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 Dir
 			     $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
 



More information about the wine-patches mailing list