diff options
author | Roger Dingledine <arma@torproject.org> | 2007-12-24 11:37:16 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-12-24 11:37:16 +0000 |
commit | 6421f6c449eaca96f181e3087329b476b6a32f53 (patch) | |
tree | 471b41804d1a4461522113d932c3b58c8b0eef2e /configure.in | |
parent | 15c048bdc558e6e8f37d69667b6d282733287116 (diff) | |
download | tor-6421f6c449eaca96f181e3087329b476b6a32f53.tar.gz tor-6421f6c449eaca96f181e3087329b476b6a32f53.zip |
correct the patch from cjacker huang for iphone compiling
svn:r12953
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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, |