diff options
| author | Peter Eisentraut | 2009-05-19 22:32:41 +0000 |
|---|---|---|
| committer | Peter Eisentraut | 2009-05-19 22:32:41 +0000 |
| commit | 5e4c8aee1f8109820e1fa786601632513ed6f97a (patch) | |
| tree | a57d5710eafc9910b293157f17314bdc88d9ec62 /configure.in | |
| parent | 9ca99cda21a7eeb4bd975c811e7bcc6584255e1b (diff) | |
Add documentation string for LDFLAGS_SL in configure --help output.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 7f5387e067c..7d4157bba8a 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.596 2009/05/15 02:18:27 scrappy Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.597 2009/05/19 22:32:41 petere Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -794,7 +794,7 @@ AC_SUBST(ELF_SYS) CPPFLAGS="$CPPFLAGS $INCLUDES" LDFLAGS="$LDFLAGS $LIBDIRS" -AC_ARG_VAR(LDFLAGS_SL) +AC_ARG_VAR(LDFLAGS_SL, [linker flags for shared library linking]) PGAC_PROG_LD AC_SUBST(LD) |
