Browse Source

correct the patch from cjacker huang for iphone compiling

svn:r12953
Roger Dingledine 18 years ago
parent
commit
6421f6c449
1 changed files with 1 additions and 1 deletions
  1. 1 1
      configure.in

+ 1 - 1
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,