diff --git a/configure b/configure
index e7b1f959908d29f7ec8920ce1cfda83da29e1098..73731a55744f15f493946c4795883cdda6c338f9 100755
--- a/configure
+++ b/configure
@@ -1866,7 +1866,7 @@ if enabled shared; then
     # LIBOBJFLAGS may have already been set in the OS configuration
     if test -z "$LIBOBJFLAGS" ; then
         case "$arch" in
-            x86_64|ia64|alpha|sparc*|power*) LIBOBJFLAGS='$(PIC)' ;;
+            x86_64|ia64|alpha|sparc*|power*|parisc*) LIBOBJFLAGS='$(PIC)' ;;
         esac
     fi
 fi