*** pgsql/configure 2006/11/25 03:34:08 1.519 --- pgsql/configure 2006/11/29 20:12:31 1.520 *************** done *** 14509,14514 **** --- 14509,14519 ---- fi + # Some versions of libedit contain strlcpy(); so disregard that library while + # checking for these standard libc functions. + pgac_save_LIBS="$LIBS" + LIBS=`echo "$LIBS" | sed -e 's/-ledit//g' -e 's/-lreadline//g'` + *************** done *** 14635,14640 **** --- 14640,14647 ---- + LIBS="$pgac_save_LIBS" + # System's version of getaddrinfo(), if any, may be used only if we found # a definition for struct addrinfo; see notes in src/include/getaddrinfo.h. # (Note: the AC_REPLACE_FUNCS probe fails on Windows, where the available