diff options
author | kent@mysql.com/kent-amd64.(none) <> | 2007-07-30 21:09:45 +0200 |
---|---|---|
committer | kent@mysql.com/kent-amd64.(none) <> | 2007-07-30 21:09:45 +0200 |
commit | a9d2569cba4ff0e9c419d26d4e2005337e047984 (patch) | |
tree | d7889999d2852a9bed51f043da21bf534596a6c2 /config | |
parent | a0571dedb3d9368b8a60131477e8c1d4e55f986d (diff) | |
download | mariadb-git-a9d2569cba4ff0e9c419d26d4e2005337e047984.tar.gz |
Generate "config.h" directly into the "include" directory, later copied
to "my_config.h". Not to pollute the top directory, and to get more control
over what is included. Made the include path for "libedit" pick up its own
"config.h" first.
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/misc.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/ac-macros/misc.m4 b/config/ac-macros/misc.m4 index 09081fb3eac..60c0469e449 100644 --- a/config/ac-macros/misc.m4 +++ b/config/ac-macros/misc.m4 @@ -763,7 +763,6 @@ AC_SUBST(CXX_VERSION) ]) AC_DEFUN([MYSQL_PROG_AR], [ -AC_REQUIRE([MYSQL_CHECK_CXX_VERSION]) case $CXX_VERSION in MIPSpro*) AR=$CXX |