mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 03:47:17 +02:00
Merge trift2.:/MySQL/M51/netware3-5.1
into trift2.:/MySQL/M51/target-5.1.22 configure.in: Auto merged
This commit is contained in:
commit
c749a21abf
2 changed files with 9 additions and 1 deletions
|
|
@ -2623,6 +2623,14 @@ AC_SUBST(CC)
|
|||
AC_SUBST(GXX)
|
||||
|
||||
# Set configuration options for make_binary_distribution
|
||||
case $SYSTEM_TYPE in
|
||||
*netware*)
|
||||
MAKE_BINARY_DISTRIBUTION_OPTIONS="$MAKE_BINARY_DISTRIBUTION_OPTIONS --no-strip"
|
||||
;;
|
||||
*)
|
||||
: # no change for other platforms yet
|
||||
;;
|
||||
esac
|
||||
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
|
||||
|
||||
# Output results
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue