1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-30 11:03:19 +03:00

Add check for GNU or not GNU ld, needed to pick the right export_dynamic

flags for Solaris.  The test itself is straight from libtool.
This commit is contained in:
Peter Eisentraut
2000-10-20 23:57:34 +00:00
parent 805e431a38
commit 12e7558c76
6 changed files with 641 additions and 357 deletions

View File

@ -592,6 +592,7 @@ AC_SUBST(INSTALL_SHLIB)
AC_PROG_AWK
PGAC_PATH_FLEX
AC_PROG_LN_S
AC_PROG_LD
AC_PROG_RANLIB
AC_CHECK_PROGS(LORDER, lorder)
AC_PATH_PROG(TAR, tar)