Explorar o código

correct the patch from cjacker huang for iphone compiling

svn:r12953
Roger Dingledine %!s(int64=18) %!d(string=hai) anos
pai
achega
6421f6c449
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,