--- configure.orig 2004-10-16 12:23:11.798429288 -0500 +++ configure 2004-10-16 12:27:04.419065576 -0500 @@ -1590,11 +1590,24 @@ fi done } -CheckForLibrary strftime -lc || { + +CheckForLibrary_strftime() +{ + f=$1; shift + libs="$@"; + cat>t.c<