X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.in;h=79165e8cf3be21ff9c3df383e7a314fe1661feb9;hp=844999f62c3c34187dfc78fd51304107942dff61;hb=9a491a10eee55b243dd1030ee9016ec510908a10;hpb=9c2d5d9f9212dee5ee988f4824e5e4afedb7a2dd diff --git a/configure.in b/configure.in index 844999f6..79165e8c 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -dnl $Id: configure.in,v 1.13.2.78 2003/07/31 13:18:34 guus Exp $ +dnl $Id: configure.in,v 1.13.2.79 2003/08/02 15:32:57 guus Exp $ AC_PREREQ(2.57) AC_INIT(src/tincd.c) @@ -69,7 +69,7 @@ case $host_os in ;; *mingw*) AC_DEFINE(HAVE_MINGW, 1, [MinGW]) - [ rm -f src/device.c; ln -sf mingw/device.c src/device.c ] + [ rm -f src/device.c; cp -f src/mingw/device.c src/device.c ] ;; *) AC_MSG_ERROR("Unknown operating system.")