summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-07-27 11:17:39 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-07-27 11:17:39 +0000
commit966265bc883a9873a63bd58eca18ed865893f2db (patch)
treef2cd6215b0acbc02bf2594c3d7b8b098f069415d /configure
parentbfd2edeb91890a96817bbc80162cde614a772a3a (diff)
PIC for ia64
Originally committed as revision 4481 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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