From 6421f6c449eaca96f181e3087329b476b6a32f53 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Mon, 24 Dec 2007 11:37:16 +0000 Subject: [PATCH] correct the patch from cjacker huang for iphone compiling svn:r12953 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,