configure: fix the check for unsigned time_t
Assign the time_t variable negative value and then check if it is greater than zero, which will evaluate true for unsigned time_t but false for signed time_t.
parent
1c39128d
Please register or sign in to comment