mirror of
https://github.com/postgres/postgres.git
synced 2025-05-18 17:41:14 +03:00
make --with-libs == --with-libraries
This commit is contained in:
parent
d8b0781b95
commit
b5bd8c3f08
582
src/configure
vendored
582
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -162,6 +162,17 @@ if test "$INCLUDE_DIRS"; then
|
|||||||
done
|
done
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
AC_ARG_WITH(libs,
|
||||||
|
[ --with-libs=DIR site library directories for tk/tcl, etc in DIR],
|
||||||
|
[
|
||||||
|
case "$withval" in
|
||||||
|
"" | y | ye | yes | n | no)
|
||||||
|
AC_MSG_ERROR([*** You must supply an argument to the --with-libs option.])
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
LIBRARY_DIRS="$withval"
|
||||||
|
])
|
||||||
|
|
||||||
AC_ARG_WITH(libraries,
|
AC_ARG_WITH(libraries,
|
||||||
[ --with-libraries=DIR site library directories for tk/tcl, etc in DIR],
|
[ --with-libraries=DIR site library directories for tk/tcl, etc in DIR],
|
||||||
[
|
[
|
||||||
|
Loading…
x
Reference in New Issue
Block a user