diff options
author | unknown <joerg@trift2.> | 2007-08-27 13:53:23 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-08-27 13:53:23 +0200 |
commit | c749a21abfde98b825778468fa4d4580e82bcb92 (patch) | |
tree | e004e955689fef71017c647915fd6b4ed2cc6c30 /configure.in | |
parent | ed38c149548e8151be12233429bee7c7f6f53cbd (diff) | |
parent | d777446213f963c2fcff3e57489aee53d40c74dc (diff) | |
download | mariadb-git-c749a21abfde98b825778468fa4d4580e82bcb92.tar.gz |
Merge trift2.:/MySQL/M51/netware3-5.1
into trift2.:/MySQL/M51/target-5.1.22
configure.in:
Auto merged
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in index b89d73cbbae..1e21b2f3fac 100644 --- a/configure.in +++ b/configure.in @@ -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 |