]> granicus.if.org Git - postgresql/commitdiff
Add documentation string for LDFLAGS_SL in configure --help output.
authorPeter Eisentraut <peter_e@gmx.net>
Tue, 19 May 2009 22:32:41 +0000 (22:32 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Tue, 19 May 2009 22:32:41 +0000 (22:32 +0000)
configure
configure.in

index 400e5428b4b9f6bd552e1723f6482b180e373e4a..84da291df728f2b14d8c01bc1d43642b59315e04 100755 (executable)
--- a/configure
+++ b/configure
@@ -1431,7 +1431,7 @@ Some influential environment variables:
   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
               you have headers in a nonstandard directory <include dir>
   CPP         C preprocessor
-  LDFLAGS_SL
+  LDFLAGS_SL  linker flags for shared library linking
   DOCBOOKSTYLE
               location of DocBook stylesheets
 
index 7f5387e067c3384549834c1111d619499908a83c..7d4157bba8a8560a08d5caafce6a4f7dfee3e897 100644 (file)
@@ -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)