From: Roger Dingledine Date: Mon, 24 Dec 2007 11:37:16 +0000 (+0000) Subject: correct the patch from cjacker huang for iphone compiling X-Git-Tag: tor-0.2.0.15-alpha~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6421f6c449eaca96f181e3087329b476b6a32f53;p=thirdparty%2Ftor.git correct the patch from cjacker huang for iphone compiling svn:r12953 --- diff --git a/configure.in b/configure.in index 8e3765c81c..0043619650 100644 --- a/configure.in +++ b/configure.in @@ -31,7 +31,7 @@ AC_ARG_ENABLE(iphone, AS_HELP_STRING(--enable-iphone, compile with iPhone support), [if test x$enableval = xyes ; then tor_cv_iphone=true - CFLAGS="$CFLAGS -D__DARWIN_UINX03 -DIPHONE" + CFLAGS="$CFLAGS -D__DARWIN_UNIX03 -DIPHONE" fi]) AC_ARG_ENABLE(cell-pool,