--- configure~	Wed Oct 30 09:20:14 2002
+++ configure	Wed Oct 30 09:22:59 2002
@@ -4184,8 +4184,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_c
     fi
 
     # Make sure that we snagged all the symbols we need.
-    if egrep ' _?nm_test_var$' "$ac_nlist" >/dev/null; then
-      if egrep ' _?nm_test_func$' "$ac_nlist" >/dev/null; then
+    if egrep ' nm_test_var$' "$ac_nlist" >/dev/null; then
+      if egrep ' nm_test_func$' "$ac_nlist" >/dev/null; then
         cat <<EOF > conftest.c
 #ifdef __cplusplus
 extern "C" {
@@ -4193,7 +4193,7 @@ extern "C" {
 
 EOF
         # Now generate the symbol file.
-        sed 's/^.* _\?\(.*\)$/extern char \1;/' < "$ac_nlist" >> conftest.c
+        sed 's/^.* \(.*\)$/extern char \1;/' < "$ac_nlist" >> conftest.c
 
         cat <<EOF >> conftest.c
 #if defined (__STDC__) && __STDC__
@@ -4213,7 +4213,7 @@ struct {
 dld_preloaded_symbols[] =
 {
 EOF
-        sed 's/^_\?\(.*\) _\?\(.*\)$/  {"\1", (__ptr_t) \&\2},/' < "$ac_nlist" >> conftest.c
+        sed 's/^\(.*\) \(.*\)$/  {"\1", (__ptr_t) \&\2},/' < "$ac_nlist" >> conftest.c
         cat <<\EOF >> conftest.c
   {0, (__ptr_t) 0}
 };
