From 0a6fcaf895e3cf641b08cd332560335f0d48bdf8 Mon Sep 17 00:00:00 2001 From: Brian Fraser Date: Wed, 21 Aug 2013 00:38:14 -0300 Subject: Android hints: Only set userelocatableinc if it doesn't have a value Without this, Configure would've bailed out if trying to build a -Duseshrplib perl. --- hints/linux-android.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'hints/linux-android.sh') diff --git a/hints/linux-android.sh b/hints/linux-android.sh index 0c7d26c862..3d2c3ce10f 100644 --- a/hints/linux-android.sh +++ b/hints/linux-android.sh @@ -1,7 +1,9 @@ # set -x # Install the perl and its libraries anywhere: -userelocatableinc='define' +case "$userelocatableinc" in +'') userelocatableinc='define' ;; +esac # The Android linker has some unusual behavior: No matter what # path is passed in to dlopen(), it'll only use the path's -- cgit v1.2.1