ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/gvpe/configure.ac
(Generate patch)

Comparing gvpe/configure.ac (file contents):
Revision 1.14 by pcg, Wed Oct 15 01:35:45 2003 UTC vs.
Revision 1.17 by pcg, Thu Oct 16 14:17:01 2003 UTC

67 [AC_HELP_STRING(--enable-iftype[=TYPE/SUBTYPE], [ 67 [AC_HELP_STRING(--enable-iftype[=TYPE/SUBTYPE], [
68 Use kernel/net device interface TYPE/SUBTYPE. 68 Use kernel/net device interface TYPE/SUBTYPE.
69 Working combinations are: 69 Working combinations are:
70 "native/linux" 70 "native/linux"
71 "tincd/linux" 71 "tincd/linux"
72 "tincd/freebsd"; 72 "tincd/freebsd"
73 "tincd/openbsd"
74 "native/cygwin";
73 Untested combinations are: 75 Untested combinations are:
74 "tincd/netbsd" 76 "tincd/netbsd"
75 "tincd/darwin" 77 "tincd/darwin"
76 "tincd/solaris" 78 "tincd/solaris"
77 "tincd/openbsd"; 79 "tincd/mingw";
78 Broken combinations are: 80 Broken combinations are:
79 "tincd/cygwin"; 81 "tincd/cygwin";
80 The default is to autodetect. 82 The default is to autodetect.
81 ])], 83 ])],
82 [ 84 [
119 IFTYPE=tincd 121 IFTYPE=tincd
120 IFSUBTYPE=netbsd 122 IFSUBTYPE=netbsd
121 AC_DEFINE(HAVE_NETBSD, 1, [NetBSD]) 123 AC_DEFINE(HAVE_NETBSD, 1, [NetBSD])
122 ;; 124 ;;
123 *cygwin*) 125 *cygwin*)
124 IFTYPE=tincd 126 IFTYPE=native
125 IFSUBTYPE=cygwin 127 IFSUBTYPE=cygwin
126 AC_DEFINE(HAVE_CYGWIN, 1, [Cygwin]) 128 AC_DEFINE(HAVE_CYGWIN, 1, [Cygwin])
127 ;; 129 ;;
128 *) 130 *)
129 AC_MSG_ERROR("Unknown operating system.") 131 AC_MSG_ERROR("Unknown operating system.")
221 223
222AC_CACHE_SAVE 224AC_CACHE_SAVE
223 225
224dnl These are defined in files in m4/ 226dnl These are defined in files in m4/
225tinc_TUNTAP 227tinc_TUNTAP
228
226tinc_OPENSSL 229tinc_OPENSSL
230if test "x$openssl_include" != x; then
227CXXFLAGS="$CXXFLAGS -I$openssl_include" 231 CXXFLAGS="$CXXFLAGS -I$openssl_include"
232fi
228dnl tinc_ZLIB 233dnl tinc_ZLIB
229 234
230AC_ARG_ENABLE(rohc, 235AC_ARG_ENABLE(rohc,
231 [AC_HELP_STRING(--enable-rohc, [enable robust header compression (rfc3095).])], 236 [AC_HELP_STRING(--enable-rohc, [enable robust header compression (rfc3095).])],
232 [ 237 [

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines