diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-27 11:21:19 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-27 11:21:19 -0400 |
commit | bf761c687204a51337dad0f539cdaf87c3a3a08f (patch) | |
tree | c0e37101e750a2bee9f3d660e6482a90dcea52e4 /configure | |
parent | 495620140c3e925d3e9ffd0937d932de4425ed5d (diff) | |
download | egawk-bf761c687204a51337dad0f539cdaf87c3a3a08f.tar.gz egawk-bf761c687204a51337dad0f539cdaf87c3a3a08f.tar.bz2 egawk-bf761c687204a51337dad0f539cdaf87c3a3a08f.zip |
Fix minor bugs in configure.ac and awkgram.y.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 28 |
1 files changed, 0 insertions, 28 deletions
@@ -12666,34 +12666,6 @@ 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 - - - - - - |