aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorS. Davilla <davilla@4pi.com>2015-09-06 16:53:55 -0400
committerMemphiz <memphis@machzwo.de>2015-09-10 12:22:05 +0200
commit573f44e58a76e291d6064937c4e6960eb2771bb4 (patch)
tree648cff58b884e36b325b99490c80e5faa94ef7cb /configure.ac
parentd86f1858b0965ceb8d7e5c85f1d883719203cd32 (diff)
removed, DARWIN_NATIVE_ARCH does not exist and has not since Texturepacker was moved to depends
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 0 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 4f6c10459b..7084e9fd31 100644
--- a/configure.ac
+++ b/configure.ac
@@ -677,18 +677,6 @@ case $host in
esac
AC_SUBST([ARCH])
-case $host in
- *-apple-darwin*)
- check_sdl_arch=[`file $NATIVE_ROOT/lib/libSDL_image.dylib | awk '{print $NF}'`]
- if test "x$check_sdl_arch" = "xi386" ; then
- DARWIN_NATIVE_ARCH=-m32
- elif test "x$check_sdl_arch" = "xx86_64" ; then
- DARWIN_NATIVE_ARCH=-m64
- fi
- ;;
-esac
-AC_SUBST([DARWIN_NATIVE_ARCH])
-
if test "$target_platform" = "target_android" ; then
USE_ANDROID=1
webserver_checkdepends=yes