diff options
author | unknown <joerg@trift2.> | 2006-09-07 17:37:51 +0200 |
---|---|---|
committer | unknown <joerg@trift2.> | 2006-09-07 17:37:51 +0200 |
commit | b179cf8f5a52fa61d82a27feb5d0fabdc88f41a3 (patch) | |
tree | 310408e97f7047cc8818046271e2c700d5c32e32 /configure.in | |
parent | 8946a1e71cd4bad9379ddf98310600c11bcce137 (diff) | |
download | mariadb-git-b179cf8f5a52fa61d82a27feb5d0fabdc88f41a3.tar.gz |
Fix a change to "configure.in" that broke building commercial sources.
To be pushed to both the cloned 5.0.25 and the general 5.0 tree.
configure.in:
When creating "commercial" sources, this file gets modified by "mysql-copyright".
For this, it is essential that the string 'cmd-line-utils/readline/Makefile'
be alone on its line ...
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 58c19af5a50..ce1a5ea2479 100644 --- a/configure.in +++ b/configure.in @@ -2826,8 +2826,9 @@ AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl include/mysql_version.h dnl cmd-line-utils/Makefile dnl cmd-line-utils/libedit/Makefile dnl + win/Makefile dnl zlib/Makefile dnl - cmd-line-utils/readline/Makefile win/Makefile) + cmd-line-utils/readline/Makefile) AC_CONFIG_COMMANDS([default], , test -z "$CONFIG_HEADERS" || echo timestamp > stamp-h) AC_OUTPUT |