diff options
author | joerg@trift2. <> | 2007-08-27 14:02:45 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2007-08-27 14:02:45 +0200 |
commit | 783411911af08a805212be5fe17aa9789374e099 (patch) | |
tree | f5af53ed803f280145ca5d8705a3c767b890f90f /configure.in | |
parent | 1cc38f8305f2fdd91dd4aaf6cb1da590a832b01b (diff) | |
parent | e42afa010d70c46d74e63315f7e489564d51102d (diff) | |
download | mariadb-git-783411911af08a805212be5fe17aa9789374e099.tar.gz |
Merge trift2.:/MySQL/M51/netware3-5.1
into trift2.:/MySQL/M51/push-5.1
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 8a85ef72ac8..772417cd9da 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 |