aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libssp/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libssp/configure')
-rwxr-xr-xgcc-4.9/libssp/configure24
1 files changed, 20 insertions, 4 deletions
diff --git a/gcc-4.9/libssp/configure b/gcc-4.9/libssp/configure
index b26c0b335..64532a4d5 100755
--- a/gcc-4.9/libssp/configure
+++ b/gcc-4.9/libssp/configure
@@ -4508,7 +4508,8 @@ fi
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether vsnprintf is usable" >&5
$as_echo_n "checking whether vsnprintf is usable... " >&6; }
if test "$cross_compiling" = yes; then :
- ssp_have_usable_vsnprintf=undef
+ # Google-local: Assume this always works if cross-compiling.
+ssp_have_usable_vsnprintf=define
else
cat confdefs.h - <<_ACEOF >conftest.$ac_ext
/* end confdefs.h. */
@@ -7238,7 +7239,22 @@ fi
# Check whether --with-pic was given.
if test "${with_pic+set}" = set; then :
- withval=$with_pic; pic_mode="$withval"
+ withval=$with_pic; p=${PACKAGE-default}
+ case "$withval" in
+ yes|no) pic_mode="$withval" ;;
+ *)
+ pic_mode=default
+ # Look at the argument we got. We use all the common list separators.
+ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+ for pkg in $withval; do
+ IFS="$lt_save_ifs"
+ if test "X$pkg" = "X$p"; then
+ pic_mode=yes
+ fi
+ done
+ IFS="$lt_save_ifs"
+ ;;
+ esac
else
pic_mode=default
fi
@@ -10664,7 +10680,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10667 "configure"
+#line 10683 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -10770,7 +10786,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 10773 "configure"
+#line 10789 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H