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