summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2007-09-21 15:08:46 -0700
committerAaron Plattner <aplattner@nvidia.com>2007-09-21 15:24:23 -0700
commitfee39378ee291a715c607b8600c5380dfa80d97e (patch)
treec9202b827b1f5f18009096dd0e149eee8632d93d /configure.ac
parent5ca45e600dcea17dba7cf078de49aef3821ea687 (diff)
Fix stupid, stupid typos reported by Alan Coopersmith.
Thanks!
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 6b90720..9b47291 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,7 +79,7 @@ AC_CHECK_DECL(XSERVER_LIBPCIACCESS,
[XSERVER_LIBPCIACCESS=yes],[XSERVER_LIBPCIACCESS=no],
[#include "xorg-server.h"])
if test "x$XSERVER_LIBPCIACCESS" = "xyes"; then
- PKG_CHECK_MODULES(PCIACCES, [pciaccess >= 0.8.0])
+ PKG_CHECK_MODULES(PCIACCESS, [pciaccess >= 0.8.0])
fi
CFLAGS="$save_CFLAGS"