Skip to content
Snippets Groups Projects
Commit 6421f6c4 authored by Roger Dingledine's avatar Roger Dingledine
Browse files

correct the patch from cjacker huang for iphone compiling

svn:r12953
parent 15c048bd
No related branches found
No related tags found
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment