summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorunknown <joerg@trift2.>2007-08-27 13:53:23 +0200
committerunknown <joerg@trift2.>2007-08-27 13:53:23 +0200
commitc749a21abfde98b825778468fa4d4580e82bcb92 (patch)
treee004e955689fef71017c647915fd6b4ed2cc6c30 /configure.in
parented38c149548e8151be12233429bee7c7f6f53cbd (diff)
parentd777446213f963c2fcff3e57489aee53d40c74dc (diff)
downloadmariadb-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.in8
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