X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.ac;h=d593dadcfe2d393769f6c5f70d3b34092228c101;hp=5a82c69651fa6557eb2b8ee4a44b24fd9587a97e;hb=ddabda536acf33abbfef28bc199d2b3ae7219b46;hpb=65f48924ff16a8471ad4464de1ee547bfb8a114c diff --git a/configure.ac b/configure.ac index 5a82c696..d593dadc 100644 --- a/configure.ac +++ b/configure.ac @@ -65,8 +65,7 @@ case $host_os in AC_DEFINE(HAVE_BSD, 1, [Unknown BSD variant]) ;; *cygwin*) - cygwin=true - AC_DEFINE(HAVE_CYGWIN, 1, [Cygwin]) + AC_MSG_ERROR("Cygwin is no longer supported. Use MinGW to build native Windows binaries.") ;; *mingw*) mingw=true @@ -267,6 +266,6 @@ if test "x$runstatedir" = "x"; then AC_SUBST([runstatedir], ['${localstatedir}/run']) fi -AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile test/Makefile systemd/Makefile bash_completion.d/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile doc/Makefile test/Makefile test/testlib.sh systemd/Makefile bash_completion.d/Makefile]) AC_OUTPUT