File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1431,7 +1431,7 @@ Some influential environment variables:
14311431 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
14321432 you have headers in a nonstandard directory <include dir>
14331433 CPP C preprocessor
1434- LDFLAGS_SL
1434+ LDFLAGS_SL linker flags for shared library linking
14351435 DOCBOOKSTYLE
14361436 location of DocBook stylesheets
14371437
Original file line number Diff line number Diff line change 11dnl Process this file with autoconf to produce a configure script.
2- dnl $PostgreSQL: pgsql/configure.in,v 1.596 2009/05/15 02:18:27 scrappy Exp $
2+ dnl $PostgreSQL: pgsql/configure.in,v 1.597 2009/05/19 22:32:41 petere Exp $
33dnl
44dnl Developers, please strive to achieve this order:
55dnl
@@ -794,7 +794,7 @@ AC_SUBST(ELF_SYS)
794794CPPFLAGS="$CPPFLAGS $INCLUDES"
795795LDFLAGS="$LDFLAGS $LIBDIRS"
796796
797- AC_ARG_VAR(LDFLAGS_SL)
797+ AC_ARG_VAR(LDFLAGS_SL, [linker flags for shared library linking] )
798798
799799PGAC_PROG_LD
800800AC_SUBST(LD)
You can’t perform that action at this time.
0 commit comments