Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5e4c8ae

Browse files
committed
Add documentation string for LDFLAGS_SL in configure --help output.
1 parent9ca99cd commit5e4c8ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

‎configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

‎configure.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl 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 $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -794,7 +794,7 @@ AC_SUBST(ELF_SYS)
794794
CPPFLAGS="$CPPFLAGS $INCLUDES"
795795
LDFLAGS="$LDFLAGS $LIBDIRS"
796796

797-
AC_ARG_VAR(LDFLAGS_SL)
797+
AC_ARG_VAR(LDFLAGS_SL, [linker flags for shared library linking])
798798

799799
PGAC_PROG_LD
800800
AC_SUBST(LD)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp