diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 32a6b59..35ae8af 100644 --- a/configure.in +++ b/configure.in @@ -191,9 +191,11 @@ case "${host}" in *-mingw32*) host_makefile_frag="${host_makefile_frag} config/mh-mingw32" ;; +# start-sanitize-mswin *-windows*) host_makefile_frag="${host_makefile_frag} config/mh-windows" ;; +# end-sanitize-mswin vax-*-ultrix2*) host_makefile_frag="${host_makefile_frag} config/mh-vaxult2" ;; |