From: Peter Eisentraut Date: Tue, 19 May 2009 22:32:41 +0000 (+0000) Subject: Add documentation string for LDFLAGS_SL in configure --help output. X-Git-Url: http://git.postgresql.org/gitweb/backend_dirs.html?a=commitdiff_plain;h=8f7bc48ba8693622dd9be3f0bd3ac8f11ea95a31;p=users%2Fsimon%2Fpostgres.git Add documentation string for LDFLAGS_SL in configure --help output. --- diff --git a/configure b/configure index 400e5428b4..84da291df7 100755 --- a/configure +++ b/configure @@ -1431,7 +1431,7 @@ Some influential environment variables: CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor - LDFLAGS_SL + LDFLAGS_SL linker flags for shared library linking DOCBOOKSTYLE location of DocBook stylesheets diff --git a/configure.in b/configure.in index c2922af879..b8d26859bc 100644 --- a/configure.in +++ b/configure.in @@ -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)