diff options
author | Pekka Paalanen <pq@iki.fi> | 2009-02-22 12:40:47 +0200 |
---|---|---|
committer | Pekka Paalanen <pq@iki.fi> | 2009-02-22 12:40:47 +0200 |
commit | 4a0d19ef4f210cea9e60c5acc355df03723ef808 (patch) | |
tree | 73820effeb5cbdd836c327c64b1daf71f6a435a4 /configure.ac | |
parent | 4d5341340fb6df22fffa7d4a214c54c085a1b1cf (diff) |
Fix fix distcheck for optional nouveau stuff.
Tylo.
Signed-off-by: Pekka Paalanen <pq@iki.fi>
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 c1ee9380..b37af727 100644 --- a/configure.ac +++ b/configure.ac @@ -123,7 +123,7 @@ if test "x$UDEV" = xyes; then AC_DEFINE(UDEV, 1, [Have UDEV support]) fi -AM_CONDITIONAL(HAVE_NOUVEAU, [text "x$NOUVEAU" = xyes]) +AM_CONDITIONAL(HAVE_NOUVEAU, [test "x$NOUVEAU" = xyes]) PKG_CHECK_MODULES(CAIRO, cairo, [HAVE_CAIRO=yes], [HAVE_CAIRO=no]) if test "x$HAVE_CAIRO" = xyes; then |