From 966265bc883a9873a63bd58eca18ed865893f2db Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Wed, 27 Jul 2005 11:17:39 +0000 Subject: [PATCH] PIC for ia64 Originally committed as revision 4481 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 6d6d9c866b..1b052b6b26 100755 --- a/configure +++ b/configure @@ -1134,7 +1134,7 @@ fi if test "$lshared" = "yes" ; then # LIBOBJFLAGS may have already been set in the OS configuration if test -z "$LIBOBJFLAGS" ; then - if test "$cpu" = "x86_64" ; then + if test "$cpu" = "x86_64" -o "$cpu" = "ia64" ; then LIBOBJFLAGS="\$(PIC)" fi fi