summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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