aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/libjava/classpath/configure
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/libjava/classpath/configure')
-rwxr-xr-xgcc-4.9/libjava/classpath/configure29
1 files changed, 22 insertions, 7 deletions
diff --git a/gcc-4.9/libjava/classpath/configure b/gcc-4.9/libjava/classpath/configure
index bcb5bff1c..75f99a198 100755
--- a/gcc-4.9/libjava/classpath/configure
+++ b/gcc-4.9/libjava/classpath/configure
@@ -8453,7 +8453,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
@@ -11879,7 +11894,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11882 "configure"
+#line 11897 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -11985,7 +12000,7 @@ else
lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
lt_status=$lt_dlunknown
cat > conftest.$ac_ext <<_LT_EOF
-#line 11988 "configure"
+#line 12003 "configure"
#include "confdefs.h"
#if HAVE_DLFCN_H
@@ -25359,7 +25374,7 @@ else
JAVA_TEST=Object.java
CLASS_TEST=Object.class
cat << \EOF > $JAVA_TEST
-/* #line 25362 "configure" */
+/* #line 25377 "configure" */
package java.lang;
public class Object
@@ -25452,7 +25467,7 @@ EOF
if uudecode$EXEEXT Test.uue; then
ac_cv_prog_uudecode_base64=yes
else
- echo "configure: 25455: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
+ echo "configure: 25470: uudecode had trouble decoding base 64 file 'Test.uue'" >&5
echo "configure: failed file was:" >&5
cat Test.uue >&5
ac_cv_prog_uudecode_base64=no
@@ -25480,7 +25495,7 @@ JAVA_TEST=Test.java
CLASS_TEST=Test.class
TEST=Test
cat << \EOF > $JAVA_TEST
-/* [#]line 25483 "configure" */
+/* [#]line 25498 "configure" */
public class Test {
public static void main (String args[]) {
System.exit (0);
@@ -25688,7 +25703,7 @@ if test "x${use_glibj_zip}" = xfalse || \
JAVA_TEST=Test.java
CLASS_TEST=Test.class
cat << \EOF > $JAVA_TEST
- /* #line 25691 "configure" */
+ /* #line 25706 "configure" */
public class Test
{
public static void main(String args)