diff options
-rw-r--r-- | configure.ac | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index f1b041848..0440a247f 100644 --- a/configure.ac +++ b/configure.ac @@ -2168,6 +2168,9 @@ if test x"$enable_vidix" = "xyes"; then echo ")" fi fi +if test x"$have_directx" = "xyes"; then + echo " - directx (DirectX video driver)" +fi echo "" dnl Audio plugins @@ -2192,6 +2195,9 @@ fi if test "x$am_cv_have_irixal" = xyes; then echo " - irixal (Irix audio library)" fi +if test x"$have_directx" = "xyes"; then + echo " - directx (DirectX audio driver)" +fi echo "---" |