--- gvpe/configure 2003/10/15 01:35:45 1.5 +++ gvpe/configure 2003/10/16 14:17:00 1.7 @@ -870,9 +870,10 @@ --enable-iftype=TYPE/SUBTYPE Use kernel/net device interface TYPE/SUBTYPE. Working combinations are: "native/linux" - "tincd/linux" "tincd/freebsd"; Untested combinations - are: "tincd/netbsd" "tincd/darwin" "tincd/solaris" - "tincd/openbsd"; Broken combinations are: + "tincd/linux" "tincd/freebsd" "tincd/openbsd" + "native/cygwin"; Untested combinations are: + "tincd/netbsd" "tincd/darwin" "tincd/solaris" + "tincd/mingw"; Broken combinations are: "tincd/cygwin"; The default is to autodetect. --enable-rohc enable robust header compression (rfc3095). --enable-icmp enable icmp protocol support (default disabled). @@ -6285,7 +6286,7 @@ ;; *cygwin*) - IFTYPE=tincd + IFTYPE=native IFSUBTYPE=cygwin cat >>confdefs.h <<\_ACEOF @@ -8749,6 +8750,7 @@ + tinc_ac_save_CPPFLAGS="$CPPFLAGS" @@ -9219,7 +9221,9 @@ fi -CXXFLAGS="$CXXFLAGS -I$openssl_include" +if test "x$openssl_include" != x; then + CXXFLAGS="$CXXFLAGS -I$openssl_include" +fi # Check whether --enable-rohc or --disable-rohc was given. if test "${enable_rohc+set}" = set; then