diff options
Diffstat (limited to 'intl/configure.ac')
-rw-r--r-- | intl/configure.ac | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/intl/configure.ac b/intl/configure.ac index 6363e55..5ec7b09 100644 --- a/intl/configure.ac +++ b/intl/configure.ac @@ -47,6 +47,11 @@ case $USE_INCLUDED_LIBINTL in ;; esac +# intl is sometimes linked into shared libraries even without --enable-shared +# (e.g. gdbsupport's inprocess agent): so always PICify, just in case. +GCC_PICFLAG +AC_SUBST(PICFLAG) + BISON3_YES='#' BISON3_NO= if test "$INTLBISON" != :; then |