aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorJamie Bullock <jamie@postlude.co.uk>2012-05-31 19:48:50 +0100
committerJamie Bullock <jamie@postlude.co.uk>2012-05-31 19:48:50 +0100
commita72d5fc5c7fcc5f0585904904892a0861e318918 (patch)
tree0d63e2737fa3f43f0a295f12fa9b4908743b137a /configure.ac
parentd73d8a33033804db99d7caa6d41e4f8f3a1998ec (diff)
downloadLibXtract-a72d5fc5c7fcc5f0585904904892a0861e318918.tar.gz
LibXtract-a72d5fc5c7fcc5f0585904904892a0861e318918.tar.bz2
LibXtract-a72d5fc5c7fcc5f0585904904892a0861e318918.zip
removed PPC support
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac12
1 files changed, 6 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index d868ed8..d5fe8ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -277,14 +277,14 @@ else
sparc-sun-*)
echo "YOU HAVE A SPARC STATION, not setting any flags, not supported yet"
;;
- *86-*-darwin*)
- PD_CFLAGS="$PD_CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes"
- PD_LDFLAGS="$PD_LDFLAGS -dynamiclib -mmacosx-version-min=10.3 -undefined dynamic_lookup -single_module"
- PD_SUFFIX=pd_darwin
- ;;
+ dnl *86-*-darwin*)
+ dnl PD_CFLAGS="$PD_CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes"
+ dnl PD_LDFLAGS="$PD_LDFLAGS -dynamiclib -mmacosx-version-min=10.5 -undefined dynamic_lookup -single_module"
+ dnl PD_SUFFIX=pd_darwin
+ dnl ;;
*-*-darwin*)
PD_CFLAGS="$PD_CFLAGS -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes"
- PD_LDFLAGS="$PD_LDFLAGS -bundle -arch ppc -undefined suppress -flat_namespace"
+ PD_LDFLAGS="$PD_LDFLAGS -bundle -undefined dynamic_lookup -flat_namespace"
PD_SUFFIX=pd_darwin
;;