This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
metaconfig: three guesses.
[metaconfig.git] / U / threads / d_ctime_r.U
index e8ea61c..9c7167e 100644 (file)
@@ -49,7 +49,7 @@ case "$d_ctime_r" in
        esac
        case "$ctime_r_proto" in
        '') d_ctime_r=undef ; echo "Disabling ctime_r, cannot find prototype." ;;
-       * ) ctime_r_proto="REENTRANT_$ctime_r_proto" ; echo "$try" ;;
+       * ) ctime_r_proto="REENTRANT_PROTO_$ctime_r_proto" ; echo "$try" ;;
        esac
        ;;
 esac