summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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,