correct the patch from cjacker huang for iphone compiling

svn:r12953
This commit is contained in:
Roger Dingledine 2007-12-24 11:37:16 +00:00
parent 15c048bdc5
commit 6421f6c449

View file

@ -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,