]> sjero.net Git - wget/blobdiff - configure.in
Merge with mainline
[wget] / configure.in
index 703ee482e925e749707f0594155f504de3ac7ac2..1e8fadfef66499cd096e1e0f3fd4d2b414f3a303 100644 (file)
@@ -133,16 +133,6 @@ if test -n "$auto_cflags"; then
   fi
 fi
 
-dnl
-dnl In case of {cyg,gnu}win32.  Should be a _target_ test.
-dnl Might also be erelevant for DJGPP.
-dnl
-case "$host_os" in
-  *win32) exeext='.exe';;
-  *) exeext='';;
-esac
-AC_SUBST(exeext)
-
 dnl
 dnl Checks for basic compiler characteristics.
 dnl