diff options
author | Ulrich Drepper <drepper@redhat.com> | 1996-08-05 20:16:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1996-08-05 20:16:29 +0000 |
commit | ba3f9540ed818a5d399bc8cfa305bfcba476bb60 (patch) | |
tree | 64f63383ba96dfd2943a3fd85110127c44fc4368 /configure | |
parent | f2fec269bf468a18333e5d132e960be63aa136ac (diff) | |
download | glibc-ba3f9540ed818a5d399bc8cfa305bfcba476bb60.tar.gz glibc-ba3f9540ed818a5d399bc8cfa305bfcba476bb60.tar.xz glibc-ba3f9540ed818a5d399bc8cfa305bfcba476bb60.zip |
Corrected handling of add-ons.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 1df8a6ef3d..f0cb69482b 100755 --- a/configure +++ b/configure @@ -662,9 +662,9 @@ fi # Check whether --enable-add-ons or --disable-add-ons was given. if test "${enable_add_ons+set}" = set; then enableval="$enable_add_ons" - add_ons=`echo "$enableval" | sed 's/ + add_ons=`echo "$enableval" | sed 's/,/ /g'` else - / /g'` + add_ons= fi ac_aux_dir= |