1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Remove src/test/regress/sql: plpgsql-nsp-testing.sql per Joe Conway.

This commit is contained in:
Bruce Momjian
2002-09-17 04:27:41 +00:00
parent c53bb2759f
commit ff9973a8f1
3 changed files with 3 additions and 50 deletions

2
configure vendored
View File

@ -5281,7 +5281,7 @@ cat conftest.$ac_ext >&5
fi
rm -f conftest.$ac_objext conftest$ac_exeext conftest.$ac_ext
if test "$ac_cv_search_getopt_long" = no; then
for ac_lib in getopt; do
for ac_lib in getopt gnugetopt; do
LIBS="-l$ac_lib $ac_func_search_save_LIBS"
cat >conftest.$ac_ext <<_ACEOF
#line $LINENO "configure"