[PD-cvs] pd/src configure.in,1.5.4.5.2.16.2.2,1.5.4.5.2.16.2.3

Mathieu Bouchard matju at users.sourceforge.net
Wed Dec 6 03:43:47 CET 2006


Update of /cvsroot/pure-data/pd/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19212

Modified Files:
      Tag: desiredata
	configure.in 
Log Message:
amd64 support


Index: configure.in
===================================================================
RCS file: /cvsroot/pure-data/pd/src/configure.in,v
retrieving revision 1.5.4.5.2.16.2.2
retrieving revision 1.5.4.5.2.16.2.3
diff -C2 -d -r1.5.4.5.2.16.2.2 -r1.5.4.5.2.16.2.3
*** configure.in	4 Dec 2006 20:57:08 -0000	1.5.4.5.2.16.2.2
--- configure.in	6 Dec 2006 02:43:45 -0000	1.5.4.5.2.16.2.3
***************
*** 78,81 ****
--- 78,85 ----
  fi
  
+ if test `uname -p` = x86_64; then
+     LDSOFLAGS=$LDSOFLAGS" -fPIC"
+ fi
+ 
  if test "$static" = yes; then LDFLAGS="$LDFLAGS -static"; fi
  





More information about the Pd-cvs mailing list