Mesa (master): configure.ac: Fix typo

Kristian Høgsberg krh at kemper.freedesktop.org
Thu Feb 10 15:47:10 UTC 2011


Module: Mesa
Branch: master
Commit: 1a8899d6301c01639fa713b87fbb47280e61ff07
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=1a8899d6301c01639fa713b87fbb47280e61ff07

Author: Kristian Høgsberg <krh at bitplanet.net>
Date:   Thu Feb 10 10:45:06 2011 -0500

configure.ac: Fix typo

---

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index aa3895b..f51542f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1538,7 +1538,7 @@ yes)
     egl_platforms=`IFS=', '; echo $with_egl_platforms`
     for plat in $egl_platforms; do
         test -d "$srcdir/src/gallium/state_trackers/egl/$plat" || \
-            AC_MSG_ERROR([EGL platform '$plat' does't exist])
+            AC_MSG_ERROR([EGL platform '$plat' doesn't exist])
         if test "$plat" = "fbdev"; then
                 GALLIUM_WINSYS_DIRS="$GALLIUM_WINSYS_DIRS sw/fbdev"
         fi




More information about the mesa-commit mailing list