projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b997a4b
)
Fix typo
author
Peter Eisentraut
Wed, 21 Jun 2000 22:42:32 +0000
(22:42 +0000)
committer
Peter Eisentraut
Wed, 21 Jun 2000 22:42:32 +0000
(22:42 +0000)
configure
patch
|
blob
|
blame
|
history
configure.in
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index abe199f6601360a8a929094fe3f7239bcec0024f..fbd282414847a2ede455d4ab7d5b5f69ccd71f3a 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-2354,7
+2354,7
@@
esac
-INSTALL_SHLIB="\${INSTALL} $INST_SHLIB_OPTS"
+INSTALL_SHLIB="\${INSTALL} $INST
L
_SHLIB_OPTS"
diff --git
a/configure.in
b/configure.in
index 1460ddada55fa36120e20a700f6afff6c0565750..30996b2610f3a443e385a55cef6af197b87f6c52 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-645,7
+645,7
@@
AC_SUBST(INSTL_SHLIB_OPTS)
AC_SUBST(INSTL_EXE_OPTS)
-INSTALL_SHLIB="\${INSTALL} $INST_SHLIB_OPTS"
+INSTALL_SHLIB="\${INSTALL} $INST
L
_SHLIB_OPTS"
AC_SUBST(INSTALL_SHLIB)