summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-12-24 11:37:16 +0000
committerRoger Dingledine <arma@torproject.org>2007-12-24 11:37:16 +0000
commit6421f6c449eaca96f181e3087329b476b6a32f53 (patch)
tree471b41804d1a4461522113d932c3b58c8b0eef2e
parent15c048bdc558e6e8f37d69667b6d282733287116 (diff)
downloadtor-6421f6c449eaca96f181e3087329b476b6a32f53.tar.gz
tor-6421f6c449eaca96f181e3087329b476b6a32f53.zip
correct the patch from cjacker huang for iphone compiling
svn:r12953
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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,