8000 Fix typo · postgrespro/postgres_cluster@bc06269 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit bc06269

Browse files
committed
Fix typo
1 parent b997a4b commit bc06269

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2354,7 +2354,7 @@ esac
23542354

23552355

23562356

2357-
INSTALL_SHLIB="\${INSTALL} $INST_SHLIB_OPTS"
2357+
INSTALL_SHLIB="\${INSTALL} $INSTL_SHLIB_OPTS"
23582358

23592359

23602360

configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ AC_SUBST(INSTL_SHLIB_OPTS)
645645
AC_SUBST(INSTL_EXE_OPTS)
646646

647647

648-
INSTALL_SHLIB="\${INSTALL} $INST_SHLIB_OPTS"
648+
INSTALL_SHLIB="\${INSTALL} $INSTL_SHLIB_OPTS"
649649
AC_SUBST(INSTALL_SHLIB)
650650

651651

0 commit comments

Comments
 (0)
0