diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-04 19:52:12 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2007-03-04 19:52:12 +0000 |
commit | de17a498ccee61f6394e8d03f3bd7aed7a700bec (patch) | |
tree | 9810698902d6f058274cc80b1ab923cdb3c06406 | |
parent | 1981c83703316407ba7132fd27129d380c6ac1df (diff) |
text -> test
-rw-r--r-- | xserver/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xserver/configure.ac b/xserver/configure.ac index 64a50109c..a1d8b4436 100644 --- a/xserver/configure.ac +++ b/xserver/configure.ac @@ -240,8 +240,8 @@ esac dnl BSD *_video.c selection AM_CONDITIONAL(ALPHA_VIDEO, [test "x$ALPHA_VIDEO" = xyes]) AM_CONDITIONAL(ARM_VIDEO, [test "x$ARM_VIDEO" = xyes]) -AM_CONDITIONAL(HP300_VIDEO, [text "x$HP300_VIDEO" = xyes]) -AM_CONDITIONAL(HPPA_VIDEO, [text "x$HPPA_VIDEO" = xyes]) +AM_CONDITIONAL(HP300_VIDEO, [test "x$HP300_VIDEO" = xyes]) +AM_CONDITIONAL(HPPA_VIDEO, [test "x$HPPA_VIDEO" = xyes]) AM_CONDITIONAL(I386_VIDEO, [test "x$I386_VIDEO" = xyes]) AM_CONDITIONAL(PPC_VIDEO, [test "x$PPC_VIDEO" = xyes]) AM_CONDITIONAL(SPARC64_VIDEO, [test "x$SPARC64_VIDEO" = xyes]) |