diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 789eae4c9..cf3b219ef 100644 --- a/configure.ac +++ b/configure.ac @@ -176,6 +176,10 @@ case $host in AC_MSG_RESULT([yes]) with_pic=yes ;; + i686*linux*) + AC_MSG_RESULT([yes]) + with_pic=yes + ;; *) AC_MSG_RESULT([no]) ;; |