d3dx9: Start implementation of d3dx9_26 and d3dx9_27.
diff --git a/configure b/configure
index d4c41e8..f26088e 100755
--- a/configure
+++ b/configure
@@ -21263,6 +21263,10 @@
 
 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
 
+ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
+
+ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
+
 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
 
 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
@@ -22553,6 +22557,8 @@
     "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
     "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
     "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
+    "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
+    "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
     "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;