diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-02-12 23:06:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-02-12 23:06:05 -0500 |
commit | 79bdfb63e9936619d1d5fd50cab8694db5052291 (patch) | |
tree | 70d02b28e1c3d0e5264f2a3ca39e64bd1418b6b2 /configure.in | |
parent | 82bba906f43bad545c457ce5f858a7dfec000a64 (diff) | |
download | tor-79bdfb63e9936619d1d5fd50cab8694db5052291.tar.gz tor-79bdfb63e9936619d1d5fd50cab8694db5052291.zip |
Remove the --enable-iphone option as needless.
On or-talk, Marco Bonetti reports that recent iPhone SDKs build
Tor fine without it.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in index 6497623fe3..ff40240031 100644 --- a/configure.in +++ b/configure.in @@ -19,15 +19,6 @@ fi # the += operator on it in src/or/Makefile.am CPPFLAGS="$CPPFLAGS -I\${top_srcdir}/src/common" -#XXXX ideally, we should make this into a no-op, and detect whether we're -#compiling for the iphone by using $target. -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_UNIX03 -DIPHONE" - fi]) - #XXXX020 We should make these enabled or not, before 0.2.0.x-final AC_ARG_ENABLE(buf-freelists, AS_HELP_STRING(--disable-buf-freelists, disable freelists for buffer RAM)) |