Missing "" in Configure echo for gethbadd_addr_type.
Malcolm Beattie [Thu, 8 Jan 1998 15:53:40 +0000 (15:53 +0000)]
p4raw-id: //depot/perl@405

Configure

index b29bfab..b338c49 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -9327,7 +9327,7 @@ EOM
                    gethbadd_addr_type="$ans"
 
                    # Remove the "const" if needed.
-                   gethbadd_addr_type=`echo $gethbadd_addr_type | sed 's/^const //'`
+                   gethbadd_addr_type=`echo "$gethbadd_addr_type" | sed 's/^const //'`
 
                    rp='What is the type for the 2nd argument to gethostbyaddr ?'
                    dflt="Size_t"