This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig nits.
[metaconfig.git] / U / perl / d_fs_data_s.U
index ffd0129..829d9bf 100644 (file)
@@ -24,7 +24,7 @@ $echo $n "Checking to see if your system supports struct fs_data..." $c >&4
 set d_fs_data_s fs_data $i_systypes sys/types.h $i_sysparam sys/param.h $i_sysmount sys/mount.h
 eval $hasstruct
 case "$d_fs_data_s" in
-"$define")      echo "Yup, it does."     >&4 ;;
-*)              echo "Nope, it doesn't." >&4 ;;
+"$define")      echo "Yup, it does."     ;;
+*)              echo "Nope, it doesn't." ;;
 esac