aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-03-26 21:40:55 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-03-26 21:40:55 +0200
commit495620140c3e925d3e9ffd0937d932de4425ed5d (patch)
treedd4ee3fcf624c8232676f08f7c29f9d9a9d8ef76 /configure
parent389a62c56e6a09a5e3348aa46b52288a533c653e (diff)
downloadegawk-495620140c3e925d3e9ffd0937d932de4425ed5d.tar.gz
egawk-495620140c3e925d3e9ffd0937d932de4425ed5d.tar.bz2
egawk-495620140c3e925d3e9ffd0937d932de4425ed5d.zip
Rebuild after merge from xgawk.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure28
1 files changed, 28 insertions, 0 deletions
diff --git a/configure b/configure
index 88f43b1e..47bf2864 100755
--- a/configure
+++ b/configure
@@ -12666,6 +12666,34 @@ CC="$lt_save_CC"
# Only expand once:
+# Check whether --enable-static was given.
+if test "${enable_static+set}" = set; then :
+ enableval=$enable_static; p=${PACKAGE-default}
+ case $enableval in
+ yes) enable_static=yes ;;
+ no) enable_static=no ;;
+ *)
+ enable_static=no
+ # Look at the argument we got. We use all the common list separators.
+ lt_save_ifs="$IFS"; IFS="${IFS}$PATH_SEPARATOR,"
+ for pkg in $enableval; do
+ IFS="$lt_save_ifs"
+ if test "X$pkg" = "X$p"; then
+ enable_static=yes
+ fi
+ done
+ IFS="$lt_save_ifs"
+ ;;
+ esac
+else
+ enable_static=no
+fi
+
+
+
+
+
+