[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r12953: correct the patch from cjacker huang for iphone compiling (tor/trunk)



Author: arma
Date: 2007-12-24 06:37:16 -0500 (Mon, 24 Dec 2007)
New Revision: 12953

Modified:
   tor/trunk/configure.in
Log:
correct the patch from cjacker huang for iphone compiling


Modified: tor/trunk/configure.in
===================================================================
--- tor/trunk/configure.in	2007-12-24 11:25:45 UTC (rev 12952)
+++ tor/trunk/configure.in	2007-12-24 11:37:16 UTC (rev 12953)
@@ -31,7 +31,7 @@
  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,