Remove HAVE_STRPTIME - no longer necessary with the pure Python version of
time.strptime().
diff --git a/configure b/configure
index 7b3017c..6fac192 100755
--- a/configure
+++ b/configure
@@ -12279,7 +12279,6 @@
 
 
 
-
 for ac_func in alarm chown clock confstr ctermid execv \
  fork fpathconf ftime ftruncate \
  gai_strerror getgroups getlogin getloadavg getpeername getpgid getpid \
@@ -12289,7 +12288,7 @@
  putenv readlink realpath \
  select setegid seteuid setgid \
  setlocale setregid setreuid setsid setpgid setpgrp setuid setvbuf snprintf \
- sigaction siginterrupt sigrelse strftime strptime \
+ sigaction siginterrupt sigrelse strftime \
  sysconf tcgetpgrp tcsetpgrp tempnam timegm times tmpfile tmpnam tmpnam_r \
  truncate uname unsetenv utimes waitpid wcscoll _getpty
 do