summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorjoerg@trift2. <>2006-09-07 17:37:51 +0200
committerjoerg@trift2. <>2006-09-07 17:37:51 +0200
commit1fc7b015079658350c95f5b7f6e984c7fab25c52 (patch)
tree310408e97f7047cc8818046271e2c700d5c32e32 /configure.in
parent3a80cee4b2ec2ed861ace7b8e28798248b45d93a (diff)
downloadmariadb-git-1fc7b015079658350c95f5b7f6e984c7fab25c52.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.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
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