diff options
author | Ignacio Galarza <iggy@mysql.com> | 2009-07-31 15:28:15 -0400 |
---|---|---|
committer | Ignacio Galarza <iggy@mysql.com> | 2009-07-31 15:28:15 -0400 |
commit | 008dd95f70a53335f7979e553f7178dfce2565ab (patch) | |
tree | 3225891d5cfadb66f761de37a6ec8f85ca6ac751 /client/Makefile.am | |
parent | 4e95179af9c2f2589093ea9f94472d8d047892c7 (diff) | |
parent | 09877515f22be7b4cbd0a96be4814f6024ad6ce3 (diff) | |
download | mariadb-git-008dd95f70a53335f7979e553f7178dfce2565ab.tar.gz |
Auto-merge
Diffstat (limited to 'client/Makefile.am')
-rw-r--r-- | client/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Makefile.am b/client/Makefile.am index ecdd010575f..ccd0d8aada0 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -101,7 +101,7 @@ mysql_upgrade_SOURCES= mysql_upgrade.c \ # Fix for mit-threads DEFS = -DMYSQL_CLIENT_NO_THREADS \ -DDEFAULT_MYSQL_HOME="\"$(prefix)\"" \ - -DDATADIR="\"$(localstatedir)\"" + -DMYSQL_DATADIR="\"$(localstatedir)\"" sql_src=log_event.h mysql_priv.h rpl_constants.h \ rpl_utility.h rpl_tblmap.h rpl_tblmap.cc \ |