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

Commite08617c

Browse files
committed
Fix alignment of help output.
1 parent74496bc commite08617c

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
@@ -897,7 +897,7 @@ Optional Packages:
897897
--with-libedit-preferred prefer BSD Libedit over GNU Readline
898898
--with-ossp-uuid build with OSSP UUID library for UUID generation
899899
--with-libxml build with XML support
900-
--with-libxsltbuild with XSLT support
900+
--with-libxslt build with XSLT support
901901
--without-zlib do not use Zlib
902902
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
903903

‎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.512 2007/04/2117:26:17 petere Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.513 2007/04/2118:26:44 petere Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -589,7 +589,7 @@ AC_SUBST(with_libxml)
589589
#
590590
# XSLT
591591
#
592-
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxsltbuild with XSLT support],
592+
PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt build with XSLT support],
593593
[AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to build with XSLT support. (--with-libxslt)])])
594594

595595

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp