diff options
author | Kristian Høgsberg <[email protected]> | 2011-02-10 10:45:06 -0500 |
---|---|---|
committer | Kristian Høgsberg <[email protected]> | 2011-02-10 10:45:27 -0500 |
commit | 1a8899d6301c01639fa713b87fbb47280e61ff07 (patch) | |
tree | bc2a2d0f043412e0465b01ca72bccc489917fb76 /configure.ac | |
parent | fea4ad8f6629cdc83fcffe0db455bba186fb1b1a (diff) |
configure.ac: Fix typo
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index aa3895b9c73..f51542f1cc4 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 |