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

Comparing gvpe/configure.ac (file contents):
Revision 1.33 by pcg, Tue Mar 1 06:27:20 2005 UTC vs.
Revision 1.34 by pcg, Fri Mar 4 03:43:09 2005 UTC

266 AC_DEFINE_UNQUOTED(ENABLE_TCP, 1, [TCP protocol support.]) 266 AC_DEFINE_UNQUOTED(ENABLE_TCP, 1, [TCP protocol support.])
267) 267)
268 268
269AC_ARG_ENABLE(dns, 269AC_ARG_ENABLE(dns,
270 [AS_HELP_STRING(--enable-dns,enable dns tunnel protocol support (DOES NOT WORK).)], 270 [AS_HELP_STRING(--enable-dns,enable dns tunnel protocol support (DOES NOT WORK).)],
271 [
272 AC_CHECK_HEADER(gmp.h,,[AC_MSG_ERROR([gmp.h not found, required for --enable-dns])])
273 AC_CHECK_LIB(gmp,main,,[AC_MSG_ERROR([libgmp not found, required for --enable-dns])])
274
271 AC_DEFINE_UNQUOTED(ENABLE_DNS, 1, [DNS tunnel protocol support.]) 275 AC_DEFINE_UNQUOTED(ENABLE_DNS, 1, [DNS tunnel protocol support.])
276 ]
272) 277)
273 278
274AC_ARG_ENABLE(http-proxy, 279AC_ARG_ENABLE(http-proxy,
275 [AS_HELP_STRING(--enable-http-proxy,enable http proxy connect support (default disabled).)], 280 [AS_HELP_STRING(--enable-http-proxy,enable http proxy connect support (default disabled).)],
276 AC_DEFINE_UNQUOTED(ENABLE_HTTP_PROXY, 1, [http proxy connect support.]) 281 AC_DEFINE_UNQUOTED(ENABLE_HTTP_PROXY, 1, [http proxy connect support.])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines