about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1996-08-05 20:16:29 +0000
committerUlrich Drepper <drepper@redhat.com>1996-08-05 20:16:29 +0000
commitba3f9540ed818a5d399bc8cfa305bfcba476bb60 (patch)
tree64f63383ba96dfd2943a3fd85110127c44fc4368
parentf2fec269bf468a18333e5d132e960be63aa136ac (diff)
downloadglibc-ba3f9540ed818a5d399bc8cfa305bfcba476bb60.tar.gz
glibc-ba3f9540ed818a5d399bc8cfa305bfcba476bb60.tar.xz
glibc-ba3f9540ed818a5d399bc8cfa305bfcba476bb60.zip
Corrected handling of add-ons.
-rwxr-xr-xconfigure4
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=