From: Rob Clark Date: Wed, 28 Mar 2012 20:43:05 +0000 (-0500) Subject: fix typo X-Git-Tag: glsdk-6_00_00_07~3 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Flibdri2.git;a=commitdiff_plain;h=7c61bc24360a2ab715d39c36983afede87e674fe fix typo --- diff --git a/configure.ac b/configure.ac index f1ce092..67f7e25 100644 --- a/configure.ac +++ b/configure.ac @@ -41,7 +41,7 @@ XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS XORG_CHECK_MALLOC_ZERO -# Obtain compiler/linker options for depedencies +# Obtain compiler/linker options for dependencies PKG_CHECK_MODULES(DRI2, x11 xext xextproto libdrm) # Optionally enable simple test app...