diff options
author | das <das> | 2006-01-23 00:53:00 (GMT) |
---|---|---|
committer | das <das> | 2006-01-23 00:53:00 (GMT) |
commit | f59975d6eb39f7419c93e45392bab264f83ac352 (patch) | |
tree | cee4f934db90361363005d016d103c89efbfb733 /unix/configure | |
parent | 4ea1e3209f9603dd431f9fb3abee8f4098ae27f1 (diff) | |
download | tk-f59975d6eb39f7419c93e45392bab264f83ac352.zip tk-f59975d6eb39f7419c93e45392bab264f83ac352.tar.gz tk-f59975d6eb39f7419c93e45392bab264f83ac352.tar.bz2 |
* unix/configure: minor fix to Darwin specific code removing
* unix/configure.in: 64bit flags from CFLAGS for Tk build.
Diffstat (limited to 'unix/configure')
-rwxr-xr-x | unix/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/configure b/unix/configure index 21a48d6..f3185f2 100755 --- a/unix/configure +++ b/unix/configure @@ -8729,7 +8729,7 @@ echo "$as_me: WARNING: Aqua can only be used when Carbon is available" >&2;} if test $do64bit_ok = no ; then # remove -arch ppc64 from CFLAGS for fat builds as neither Aqua nor X11 # can be built for 64bit at present (no 64bit GUI libraries). - CFLAGS="`echo "$CFLAGS" | sed -e 's/-arch ppc64/-arch ppc/'`" + CFLAGS="`echo "$CFLAGS" | sed -e 's/-arch ppc64/-arch ppc/g'`" fi else tk_aqua=no |